diff options
Diffstat (limited to 'ftp/gftp')
-rw-r--r-- | ftp/gftp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/gftp/Makefile b/ftp/gftp/Makefile index bbf59a1327ec..058d5fc88b68 100644 --- a/ftp/gftp/Makefile +++ b/ftp/gftp/Makefile @@ -53,7 +53,7 @@ PLIST_SUB+= NOX11:="@comment " PLIST_SUB+= NOX11:="" .endif -.if ${HAVE_GNOME:Mgnomelibs}!="" +.if ${HAVE_GNOME:Mgnomelibs}!="" && !defined(WITH_GTK2) USE_GNOME+= gnomeprefix gnomelibs PKGNAMESUFFIX+= -gnome PLIST_SUB+= DATADIR="share/gnome" |