summaryrefslogtreecommitdiff
path: root/x11-toolkits/qt33/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/qt33/Makefile')
-rw-r--r--x11-toolkits/qt33/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile
index f2ba8980b880..adb96d72bf9b 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 \