diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2007-03-16 13:29:20 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2007-03-16 13:29:20 +0000 |
commit | f38eff8c464fcf2c4c51d1d45908fd3584fdf899 (patch) | |
tree | 7214b2d24892209eccdc75eb0d26138843a2f929 /x11/qt4-opengl | |
parent | 23202b359a230061ca87665d5dfff1e73c2d4688 (diff) | |
download | ports-f38eff8c464fcf2c4c51d1d45908fd3584fdf899.tar.gz ports-f38eff8c464fcf2c4c51d1d45908fd3584fdf899.zip |
Notes
Diffstat (limited to 'x11/qt4-opengl')
-rw-r--r-- | x11/qt4-opengl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/qt4-opengl/Makefile b/x11/qt4-opengl/Makefile index 60c5170c3e4e..b684ff809a94 100644 --- a/x11/qt4-opengl/Makefile +++ b/x11/qt4-opengl/Makefile @@ -8,7 +8,7 @@ PORTNAME= opengl PORTVERSION= 4.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= x11 MASTER_SITES= ${MASTER_SITE_QT} PKGNAMEPREFIX= qt4- @@ -29,6 +29,7 @@ CONFLICTS= linguist-0.* qt-2.* qt-3.0.* \ HAS_CONFIGURE= yes USE_LDCONFIG= yes +USE_GL= yes USE_XLIB= yes CONFIGURE_ARGS= -fast -no-exceptions \ |