summaryrefslogtreecommitdiff
path: root/ftp/gftp/Makefile
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2003-05-14 02:50:08 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2003-05-14 02:50:08 +0000
commit164c9f7551fa7ecbaf069e4419f1c44580bb48aa (patch)
treec871ba5eb317607f6c88aa2a467ce07db9692106 /ftp/gftp/Makefile
parentMake CONFIGURE_ENV cleaner and compatible with bsd.port.mk (diff)
don't depend on gtk12 (gnomelibs->gnome1) if gnome1(+gnome2) is installed
but WITH_GTK2 is defined Submitted by: Pav Lucistnik <pav@oook.cz> Approved by: alex (mentor)
Notes
Notes: svn path=/head/; revision=80949
Diffstat (limited to '')
-rw-r--r--ftp/gftp/Makefile2
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"