diff options
author | Michael Weber <xmw@gentoo.org> | 2012-05-08 13:36:18 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2012-05-08 13:36:18 +0000 |
commit | d17533297291ad9752d9388ea80de61f9ee3c733 (patch) | |
tree | 0f8c5019b5af1ad46e825f762ba5f94accbb9bc2 /net-p2p/ncdc/ncdc-9999.ebuild | |
parent | Sync up with nss from mozilla overlay (diff) | |
download | gentoo-2-d17533297291ad9752d9388ea80de61f9ee3c733.tar.gz gentoo-2-d17533297291ad9752d9388ea80de61f9ee3c733.tar.bz2 gentoo-2-d17533297291ad9752d9388ea80de61f9ee3c733.zip |
Version bump
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p/ncdc/ncdc-9999.ebuild')
-rw-r--r-- | net-p2p/ncdc/ncdc-9999.ebuild | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/net-p2p/ncdc/ncdc-9999.ebuild b/net-p2p/ncdc/ncdc-9999.ebuild index 563d6cb1d820..f076124f1bbf 100644 --- a/net-p2p/ncdc/ncdc-9999.ebuild +++ b/net-p2p/ncdc/ncdc-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ncdc-9999.ebuild,v 1.5 2012/05/04 06:33:33 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ncdc-9999.ebuild,v 1.6 2012/05/08 13:36:18 xmw Exp $ EAPI=4 @@ -10,7 +10,6 @@ inherit autotools base git-2 DESCRIPTION="ncurses directconnect client" HOMEPAGE="http://dev.yorhel.nl/ncdc" -SRC_URI="" LICENSE="MIT" SLOT="0" @@ -19,10 +18,9 @@ IUSE="" RDEPEND="app-arch/bzip2 dev-db/sqlite:3 - dev-lang/perl dev-libs/glib:2 dev-libs/libxml2:2 - net-libs/glib-networking + net-libs/gnutls sys-libs/gdbm sys-libs/ncurses:5" DEPEND="${RDEPEND} @@ -32,3 +30,10 @@ DEPEND="${RDEPEND} src_prepare() { eautoreconf } + +src_configure() { + econf \ + --disable-silent-rules \ + --enable-db-upgrade \ + --enable-git-version +} |