summaryrefslogtreecommitdiffstats
path: root/ftp/gftp
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2004-02-17 19:51:15 +0000
committeroliver <oliver@FreeBSD.org>2004-02-17 19:51:15 +0000
commit134e08aa3956d23279190ffd5be92a6b2731d8ba (patch)
treedac9224c44edb72cdeb9813431845b81b3dde813 /ftp/gftp
parent516e55e858b6757ab5869435095dab25abeafd0d (diff)
downloadFreeBSD-ports-134e08aa3956d23279190ffd5be92a6b2731d8ba.zip
FreeBSD-ports-134e08aa3956d23279190ffd5be92a6b2731d8ba.tar.gz
fix USE_GNOME handling which broke the pkg-plist
Diffstat (limited to 'ftp/gftp')
-rw-r--r--ftp/gftp/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/ftp/gftp/Makefile b/ftp/gftp/Makefile
index cd9bfbd..562ee34 100644
--- a/ftp/gftp/Makefile
+++ b/ftp/gftp/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gftp
PORTVERSION= 2.0.16
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= ftp
MASTER_SITES= http://gftp.seul.org/ \
ftp://gftp.seul.org/pub/gftp/
@@ -16,22 +16,22 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/}
MAINTAINER= oliver@FreeBSD.org
COMMENT= A free multithreaded GTK-based GUI ftp and sftp client
-BROKEN= "Broken pkg-plist"
-
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-included-gettext
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
-USE_GNOME+= gnomehack
USE_REINPLACE= yes
+WANT_GNOME= yes
OPTIONS= X11 "Build with X11 frontend" on \
GTK2 "gtk2 instead of gtk12" off
.include <bsd.port.pre.mk>
+USE_GNOME+= gnomehack
+
.if defined(WITHOUT_X11)
CONFIGURE_ARGS+=--disable-gtkport --disable-gtk20
PKGNAMESUFFIX= -nox11
OpenPOWER on IntegriCloud