diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2007-07-04 10:25:00 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2007-07-04 10:25:00 +0000 |
commit | 961141fb14b688f13c92a4be6bbc4ba0ab9cf51b (patch) | |
tree | 8d33a723594dd3d8d48dfd3dcd1ded76eb0a52c0 /x11-toolkits | |
parent | Upgrade to 1.2.23 to fix a security issue. (diff) |
Update to KDE 3.5.7 / KOffice 1.6.3
Notes
Notes:
svn path=/head/; revision=194883
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/qt33/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile index adb96d72bf9b..962e33aca7d1 100644 --- a/x11-toolkits/qt33/Makefile +++ b/x11-toolkits/qt33/Makefile @@ -8,7 +8,7 @@ PORTNAME= qt PORTVERSION= 3.3.8 -PORTREVISION= 3 +PORTREVISION= 2 CATEGORIES?= x11-toolkits ipv6 MASTER_SITES= ${MASTER_SITE_QT} DISTNAME= qt-x11-free-${PORTVERSION} @@ -56,8 +56,7 @@ 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}/doc/html/qmake*' + --exclude '${DISTNAME}/include/np*' OPTIONS= CUPS "Enable CUPS support" on \ KDE_PATCHES "Apply KDE patches" off \ @@ -101,7 +100,7 @@ CONFIGURE_ARGS+=-debug .endif .if !defined(WITHOUT_OPENGL) -USE_GL= yes +USE_GL= glu CONFIGURE_ARGS+=-dlopen-opengl .elif defined(WITHOUT_OPENGL) CONFIGURE_ARGS+=-disable-opengl |