diff options
Diffstat (limited to 'net-im/pork/pork-0.99.2.ebuild')
-rw-r--r-- | net-im/pork/pork-0.99.2.ebuild | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/net-im/pork/pork-0.99.2.ebuild b/net-im/pork/pork-0.99.2.ebuild index 9711e8e3f5ad..93e77e3b0c3f 100644 --- a/net-im/pork/pork-0.99.2.ebuild +++ b/net-im/pork/pork-0.99.2.ebuild @@ -1,17 +1,16 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/pork/pork-0.99.2.ebuild,v 1.6 2004/06/24 22:58:56 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/pork/pork-0.99.2.ebuild,v 1.7 2004/07/13 21:48:37 mr_bones_ Exp $ -IUSE="" - -SRC_URI="mirror://sourceforge/ojnk/${P}.tar.gz" -RESTRICT="nomirror" DESCRIPTION="Console based AIM client that looks like ircII" HOMEPAGE="http://dev.ojnk.net/" -LICENSE="GPL-2" +SRC_URI="mirror://sourceforge/ojnk/${P}.tar.gz" -KEYWORDS="~x86 ~alpha ~sparc" +LICENSE="GPL-2" SLOT="0" +KEYWORDS="~x86 ~alpha ~sparc" +IUSE="perl" + DEPEND="perl? ( dev-lang/perl ) sys-libs/ncurses" |