summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2007-07-04 10:36:44 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2007-07-04 10:36:44 +0000
commit861cd9534152f56c04c93dedb0e0e36a1975dcbb (patch)
tree1f94de1d514f65ab715fe6ebfeabd3c8d57a5572 /x11-toolkits
parentUpdate to KDE 3.5.7 / KOffice 1.6.3 (diff)
Undo accidental PORTREVISION decrease.
Notes
Notes: svn path=/head/; revision=194884
Diffstat (limited to 'x11-toolkits')
-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 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 \