diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-12-13 20:12:15 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-12-13 20:12:15 +0000 |
commit | 0083804533ca47e8481e5b40de38c7d76c789b91 (patch) | |
tree | 89a797089d768e8e3a5e3c4f7b2844f20b954e95 /x11-toolkits/qt33 | |
parent | 43a4caccc368c4db18380ce4259b24984ae96247 (diff) | |
download | ports-0083804533ca47e8481e5b40de38c7d76c789b91.tar.gz ports-0083804533ca47e8481e5b40de38c7d76c789b91.zip |
Notes
Diffstat (limited to 'x11-toolkits/qt33')
-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 |