diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-04 08:52:32 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-04 08:52:32 +0000 |
commit | d8352fb86cbdc84dd2086432004368e5165ea029 (patch) | |
tree | 5b3a07c57741f53c6dc836f400de8802759de77e /ftp | |
parent | 3e2d8d2bfb2dc06fe01af3aa2e9dcf167289b48a (diff) | |
download | ports-d8352fb86cbdc84dd2086432004368e5165ea029.tar.gz ports-d8352fb86cbdc84dd2086432004368e5165ea029.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/gftp/Makefile | 2 | ||||
-rw-r--r-- | ftp/pavuk/Makefile | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/ftp/gftp/Makefile b/ftp/gftp/Makefile index 8bbeab6f7146..68993f649e2f 100644 --- a/ftp/gftp/Makefile +++ b/ftp/gftp/Makefile @@ -41,7 +41,6 @@ USE_GNOME+= gtk20 CONFIGURE_ENV+= _GTHREAD_LIBS="-lgthread-2.0" .else CONFIGURE_ARGS+=--disable-gtkport -PKGNAMESUFFIX= -nox11 USE_GNOME+= glib20 PLIST_SUB+= NOX11:="@comment " .endif @@ -60,7 +59,6 @@ PLIST_SUB+= NLS="@comment " .if ${HAVE_GNOME:Mgnomelibs}!="" && ! ${PORT_OPTIONS:MGTK2} USE_GNOME+= gnomeprefix gnomelibs -PKGNAMESUFFIX+= -gnome PLIST_SUB+= MYGNOME="" MAKE_ENV= HAVE_GNOME=1 .else diff --git a/ftp/pavuk/Makefile b/ftp/pavuk/Makefile index f89593f98316..7c7075cc5610 100644 --- a/ftp/pavuk/Makefile +++ b/ftp/pavuk/Makefile @@ -37,7 +37,6 @@ PLIST_SUB+= NLS="@comment " .include <bsd.port.pre.mk> .if ${HAVE_GNOME:Mgtk20}!="" -PKGNAMESUFFIX= -gtk USE_GNOME+= gtk20 .else CONFIGURE_ARGS+= --disable-gtk |