diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2007-03-17 16:31:04 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2007-03-17 16:31:04 +0000 |
commit | 9070b50f999d4d5159d287a2faf085431677b522 (patch) | |
tree | 38c1c43d38a5721819a17241e14d32dba7113c72 /x11-toolkits | |
parent | 7bb95b1a903df3cd14d0806dfd29baf99a3677f7 (diff) | |
download | ports-9070b50f999d4d5159d287a2faf085431677b522.tar.gz ports-9070b50f999d4d5159d287a2faf085431677b522.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/qtpixmap/Makefile | 4 |
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 |