diff options
author | miwi <miwi@FreeBSD.org> | 2008-08-05 18:24:39 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-08-05 18:24:39 +0800 |
commit | a430b536855325b589abd2ba2dd43c5da001a32b (patch) | |
tree | 3510694cc85e26725992c700a70ecf6fba7a133d /x11/qt4-opengl | |
parent | cf059c710ddcf605e2bc0c460501fc639f08ca20 (diff) | |
download | freebsd-ports-gnome-a430b536855325b589abd2ba2dd43c5da001a32b.tar.gz freebsd-ports-gnome-a430b536855325b589abd2ba2dd43c5da001a32b.tar.zst freebsd-ports-gnome-a430b536855325b589abd2ba2dd43c5da001a32b.zip |
- Restore USE_XORG
Reported by: danfe
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 |