summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-ftp/gftp/gftp-2.0.15.ebuild')
-rw-r--r--net-ftp/gftp/gftp-2.0.15.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-ftp/gftp/gftp-2.0.15.ebuild b/net-ftp/gftp/gftp-2.0.15.ebuild
index f0c2754ae739..5ccb91bc2243 100644
--- a/net-ftp/gftp/gftp-2.0.15.ebuild
+++ b/net-ftp/gftp/gftp-2.0.15.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/gftp/gftp-2.0.15.ebuild,v 1.5 2004/02/25 12:20:20 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/gftp/gftp-2.0.15.ebuild,v 1.6 2004/03/25 08:22:56 mr_bones_ Exp $
IUSE="nls gtk gtk2 ssl"
S=${WORKDIR}/${P}
@@ -15,7 +15,8 @@ KEYWORDS="x86 ~ppc sparc"
DEPEND="virtual/x11
ssl? ( dev-libs/openssl )
gtk? (
- gtk2? ( >=x11-libs/gtk+-2 ) : ( =x11-libs/gtk+-1.2* ) )
+ gtk2? ( >=x11-libs/gtk+-2 )
+ !gtk2? ( =x11-libs/gtk+-1.2* ) )
!gtk? ( sys-libs/readline
sys-libs/ncurses
=dev-libs/glib-1.2* )"