aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/qtpixmap
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2007-03-17 16:31:04 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2007-03-17 16:31:04 +0000
commit9070b50f999d4d5159d287a2faf085431677b522 (patch)
tree38c1c43d38a5721819a17241e14d32dba7113c72 /x11-toolkits/qtpixmap
parent7bb95b1a903df3cd14d0806dfd29baf99a3677f7 (diff)
downloadports-9070b50f999d4d5159d287a2faf085431677b522.tar.gz
ports-9070b50f999d4d5159d287a2faf085431677b522.zip
Don't build gtk1 support per default
Notes
Notes: svn path=/head/; revision=187579
Diffstat (limited to 'x11-toolkits/qtpixmap')
-rw-r--r--x11-toolkits/qtpixmap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/qtpixmap/Makefile b/x11-toolkits/qtpixmap/Makefile
index d458e48a8ec7..2673809fc170 100644
--- a/x11-toolkits/qtpixmap/Makefile
+++ b/x11-toolkits/qtpixmap/Makefile
@@ -8,7 +8,7 @@
PORTNAME= qtpixmap
PORTVERSION= 0.28
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= x11-toolkits
MASTER_SITES= http://www.cpdrummond.freeuk.com/
DISTNAME= QtPixmap-${PORTVERSION}
@@ -21,7 +21,7 @@ GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${DISTNAME:S/7043-//}
USE_AUTOTOOLS= libtool:15
-.if !defined(WITHOUT_GTK1)
+.if defined(WITH_GTK1)
USE_GNOME+= gtk12 imlib
PLIST_SUB= GTK1=""
.else