diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2007-07-04 10:36:44 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2007-07-04 10:36:44 +0000 |
commit | 861cd9534152f56c04c93dedb0e0e36a1975dcbb (patch) | |
tree | 1f94de1d514f65ab715fe6ebfeabd3c8d57a5572 /x11-toolkits/qt33 | |
parent | 961141fb14b688f13c92a4be6bbc4ba0ab9cf51b (diff) | |
download | ports-861cd9534152f56c04c93dedb0e0e36a1975dcbb.tar.gz ports-861cd9534152f56c04c93dedb0e0e36a1975dcbb.zip |
Notes
Diffstat (limited to 'x11-toolkits/qt33')
-rw-r--r-- | x11-toolkits/qt33/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile index 962e33aca7d1..f5998852e49c 100644 --- a/x11-toolkits/qt33/Makefile +++ b/x11-toolkits/qt33/Makefile @@ -8,7 +8,7 @@ PORTNAME= qt PORTVERSION= 3.3.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES?= x11-toolkits ipv6 MASTER_SITES= ${MASTER_SITE_QT} DISTNAME= qt-x11-free-${PORTVERSION} @@ -56,7 +56,8 @@ EXTRACT_AFTER_ARGS=| ${TAR} -xf - \ --exclude '${DISTNAME}/examples' --exclude '${DISTNAME}/tutorial' \ --exclude '${DISTNAME}/extensions/nsplugin/src/[^q]*' \ --exclude '${DISTNAME}/include/jri*' \ - --exclude '${DISTNAME}/include/np*' + --exclude '${DISTNAME}/include/np*' \ + --exclude '${DISTNAME}/doc/html/qmake*' OPTIONS= CUPS "Enable CUPS support" on \ KDE_PATCHES "Apply KDE patches" off \ |