diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-08-05 10:24:39 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-08-05 10:24:39 +0000 |
commit | e51e6fe1e641938270a8e5e8eeb162ab843d2198 (patch) | |
tree | 92d8ca6eda4aa105c7e044b861abfb1899be023d /x11/qt4-opengl | |
parent | a7c3ce89417f88674b25e8db403e018f6a93b9ef (diff) |
Notes
Diffstat (limited to 'x11/qt4-opengl')
-rw-r--r-- | x11/qt4-opengl/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/qt4-opengl/Makefile b/x11/qt4-opengl/Makefile index 84e331eacf00..ab1fe269efac 100644 --- a/x11/qt4-opengl/Makefile +++ b/x11/qt4-opengl/Makefile @@ -8,7 +8,6 @@ PORTNAME= opengl PORTVERSION= ${QT4_VERSION} -PORTREVISION=0 CATEGORIES?= x11 MASTER_SITES= ${MASTER_SITE_QT} PKGNAMEPREFIX= qt4- @@ -25,8 +24,8 @@ QT_DIST= yes HAS_CONFIGURE= yes USE_LDCONFIG= ${PREFIX}/lib/qt4 -USE_GL= yes -USE_XLIB= yes +USE_GL= glu +USE_XORG= x11 ALL_TARGET= first CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH |