diff options
author | Michael Weber <xmw@gentoo.org> | 2013-06-20 08:09:47 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2013-06-20 08:09:47 +0000 |
commit | ebcfd94b6342c77da3927b2afa17281c99599faf (patch) | |
tree | 3e8b0a13de4ef83a8a83a652b3cd6d0f0f7eb0e3 /net-p2p/ncdc/ncdc-9999.ebuild | |
parent | 2.2.0_alpha183 version bump. This includes all of the fixes in 2.1.12.8. (diff) | |
download | historical-ebcfd94b6342c77da3927b2afa17281c99599faf.tar.gz historical-ebcfd94b6342c77da3927b2afa17281c99599faf.tar.bz2 historical-ebcfd94b6342c77da3927b2afa17281c99599faf.zip |
Define LICENSE as MIT-with-advertising, depend on perl for manpage creation, econf now activates --disable-silent-rules.
Package-Manager: portage-2.2.0_alpha180/cvs/Linux x86_64
Manifest-Sign-Key: 0x62EEF090
Diffstat (limited to 'net-p2p/ncdc/ncdc-9999.ebuild')
-rw-r--r-- | net-p2p/ncdc/ncdc-9999.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net-p2p/ncdc/ncdc-9999.ebuild b/net-p2p/ncdc/ncdc-9999.ebuild index 0d2434394311..d55a798e89ca 100644 --- a/net-p2p/ncdc/ncdc-9999.ebuild +++ b/net-p2p/ncdc/ncdc-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.8 2013/06/15 10:26:25 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ncdc-9999.ebuild,v 1.9 2013/06/20 08:09:36 xmw Exp $ EAPI=5 @@ -10,7 +10,7 @@ DESCRIPTION="ncurses directconnect client" HOMEPAGE="http://dev.yorhel.nl/ncdc" EGIT_REPO_URI="git://g.blicky.net/ncdc.git" -LICENSE="MIT" +LICENSE="MIT-with-advertising" SLOT="0" KEYWORDS="" IUSE="" @@ -22,6 +22,7 @@ RDEPEND="app-arch/bzip2 sys-libs/ncurses:5[unicode] sys-libs/zlib" DEPEND="${RDEPEND} + dev-lang/perl dev-util/makeheaders virtual/pkgconfig" @@ -30,7 +31,5 @@ src_prepare() { } src_configure() { - econf \ - --disable-silent-rules \ - --enable-git-version + econf --enable-git-version } |