diff options
author | lofi <lofi@FreeBSD.org> | 2007-03-16 21:29:20 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2007-03-16 21:29:20 +0800 |
commit | 53737d8b3ff5aaf598bf3a5736b0113b95811691 (patch) | |
tree | dfae48246f800b7719646bc26e3be4234ad36ab0 /x11 | |
parent | 2e4612b3730d5b07edd769a4f9773cfd238d47bc (diff) | |
download | freebsd-ports-gnome-53737d8b3ff5aaf598bf3a5736b0113b95811691.tar.gz freebsd-ports-gnome-53737d8b3ff5aaf598bf3a5736b0113b95811691.tar.zst freebsd-ports-gnome-53737d8b3ff5aaf598bf3a5736b0113b95811691.zip |
USE_GL
Noticed by: flz
Diffstat (limited to 'x11')
-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 \ |