summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/pinfo/pinfo-0.6.8.ebuild')
-rw-r--r--app-text/pinfo/pinfo-0.6.8.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/app-text/pinfo/pinfo-0.6.8.ebuild b/app-text/pinfo/pinfo-0.6.8.ebuild
index 3823ba4a8a4f..2bb5f906b675 100644
--- a/app-text/pinfo/pinfo-0.6.8.ebuild
+++ b/app-text/pinfo/pinfo-0.6.8.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/pinfo-0.6.8.ebuild,v 1.14 2005/12/04 21:11:43 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/pinfo-0.6.8.ebuild,v 1.15 2006/02/17 01:06:33 flameeyes Exp $
DESCRIPTION="Hypertext info and man viewer based on (n)curses"
HOMEPAGE="http://dione.ids.pl/~pborys/software/linux/"
@@ -11,7 +11,10 @@ SLOT="0"
KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86"
IUSE="nls readline"
-DEPEND="sys-libs/ncurses
+RDEPEND="sys-libs/ncurses
+ nls? ( virtual/libintl )"
+
+DEPEND="${RDEPEND}
sys-devel/bison
nls? ( sys-devel/gettext )"