diff options
author | lofi <lofi@FreeBSD.org> | 2007-07-04 18:25:00 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2007-07-04 18:25:00 +0800 |
commit | ddc831edbdc0e553f4127cd743e90f69fdbe3430 (patch) | |
tree | 5b3d6ef9a19a309464d3885d8d5730013b9bf60c /x11-toolkits | |
parent | aac48706e89bb33205d40fb3de6ffb592021710f (diff) | |
download | freebsd-ports-gnome-ddc831edbdc0e553f4127cd743e90f69fdbe3430.tar.gz freebsd-ports-gnome-ddc831edbdc0e553f4127cd743e90f69fdbe3430.tar.zst freebsd-ports-gnome-ddc831edbdc0e553f4127cd743e90f69fdbe3430.zip |
Update to KDE 3.5.7 / KOffice 1.6.3
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 |