diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-05-14 02:50:08 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-05-14 02:50:08 +0000 |
commit | 164c9f7551fa7ecbaf069e4419f1c44580bb48aa (patch) | |
tree | c871ba5eb317607f6c88aa2a467ce07db9692106 /ftp/gftp | |
parent | 3502f0ebbc8dcec7f4ba7ca5e1247cff84b0bf6c (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 '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" |