diff options
author | lofi <lofi@FreeBSD.org> | 2004-12-14 04:12:15 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-12-14 04:12:15 +0800 |
commit | e39fbc5ae2bd5a22dad60f202c9563d3ee921f21 (patch) | |
tree | e4eecdbd1e46c824811adef86d0864427b661dde /x11-toolkits | |
parent | 7c5b4afdcf5a87158973d62ec09dcf9fdc41765c (diff) | |
download | freebsd-ports-gnome-e39fbc5ae2bd5a22dad60f202c9563d3ee921f21.tar.gz freebsd-ports-gnome-e39fbc5ae2bd5a22dad60f202c9563d3ee921f21.tar.zst freebsd-ports-gnome-e39fbc5ae2bd5a22dad60f202c9563d3ee921f21.zip |
Update to KDE 3.3.2
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/qt33/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile index 09138e7efc42..17089fe57cd0 100644 --- a/x11-toolkits/qt33/Makefile +++ b/x11-toolkits/qt33/Makefile @@ -8,7 +8,7 @@ PORTNAME= qt PORTVERSION= 3.3.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES?= x11-toolkits ipv6 MASTER_SITES= ftp://sunsite.rediris.es/mirror/Qt/source/ \ ftp://ftp.iasi.roedu.net/mirrors/ftp.trolltech.com/qt/sources/ \ @@ -97,6 +97,7 @@ CONFIGURE_ARGS+=-debug .if !defined(WITHOUT_OPENGL) USE_GL= yes +CONFIGURE_ARGS+=-dlopen-opengl .elseif defined(WITHOUT_OPENGL) CONFIGURE_ARGS+=-disable-opengl .endif # WITHOUT_OPENGL |