diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-01-05 14:53:38 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-01-05 14:53:38 +0000 |
commit | f19651269389b9d2d58feb1f4421244ae61bdcd9 (patch) | |
tree | 4c992edf4533cf472ff8a2b8525e356929381365 /x11-toolkits/qtpixmap/Makefile | |
parent | 585adaf08ef8be416d2e180ee0302dc4f5fcc690 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/qtpixmap/Makefile')
-rw-r--r-- | x11-toolkits/qtpixmap/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-toolkits/qtpixmap/Makefile b/x11-toolkits/qtpixmap/Makefile index 800fbf566d74..f1ffe90c8c13 100644 --- a/x11-toolkits/qtpixmap/Makefile +++ b/x11-toolkits/qtpixmap/Makefile @@ -13,7 +13,13 @@ DISTNAME= 7043-${PORTNAME}-${PORTVERSION} MAINTAINER= arved@FreeBSD.org COMMENT= Modifed GTK pixmap engine to obtain Theme information from Qt -USE_GNOME= gtk12 imlib gtk20 +USE_GNOME= gtk20 +.if !defined(WITHOUT_GTK1) +USE_GNOME+= gtk12 imlib +PLIST_SUB= GTK1="" +.else +PLIST_SUB= GTK1="@comment " +.endif USE_X_PREFIX= yes USE_LIBTOOL= yes WRKSRC= ${WRKDIR}/${DISTNAME:S/7043-//} |