summaryrefslogtreecommitdiff
path: root/ftp/gftp/Makefile
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2004-02-17 19:51:15 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2004-02-17 19:51:15 +0000
commitac4398df1c0272a97e5a3ca0306e9c483f676486 (patch)
tree118c1f883bca5773378d3beb78723af7363d13ac /ftp/gftp/Makefile
parent- Unbreak this port and fix build. (diff)
fix USE_GNOME handling which broke the pkg-plist
Notes
Notes: svn path=/head/; revision=101229
Diffstat (limited to '')
-rw-r--r--ftp/gftp/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/ftp/gftp/Makefile b/ftp/gftp/Makefile
index cd9bfbd0cfb7..562ee34aed25 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