diff options
Diffstat (limited to 'ftp/gftp')
-rw-r--r-- | ftp/gftp/Makefile | 8 |
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 |