diff options
Diffstat (limited to 'app-text/flpsed/flpsed-0.3.2.ebuild')
-rw-r--r-- | app-text/flpsed/flpsed-0.3.2.ebuild | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/app-text/flpsed/flpsed-0.3.2.ebuild b/app-text/flpsed/flpsed-0.3.2.ebuild index 0d0ae00f2a87..a208cf84d56e 100644 --- a/app-text/flpsed/flpsed-0.3.2.ebuild +++ b/app-text/flpsed/flpsed-0.3.2.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/flpsed/flpsed-0.3.2.ebuild,v 1.2 2005/04/23 16:54:46 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/flpsed/flpsed-0.3.2.ebuild,v 1.3 2006/02/07 17:36:44 nattfodd Exp $ inherit flag-o-matic @@ -13,7 +13,13 @@ SLOT="0" KEYWORDS="x86" IUSE="" -DEPEND="virtual/x11 +RDEPEND="|| ( ( x11-libs/libX11 + x11-libs/libXext + x11-libs/libXft + ) + virtual/x11 + )" +DEPEND="${RDEPEND} >=x11-libs/fltk-1.1 virtual/ghostscript" |