diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-06-06 06:44:37 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-06-06 06:44:37 +0000 |
commit | 9c2f65e3958e906d7f49ce94318d22defb3fffb2 (patch) | |
tree | bc087bd13fb3e313884021b8e0a5e2046e75d491 /graphics/opencsg/Makefile | |
parent | 7db146587f345a51482b4b1c314fe71cfeb37e6c (diff) | |
download | ports-9c2f65e3958e906d7f49ce94318d22defb3fffb2.tar.gz ports-9c2f65e3958e906d7f49ce94318d22defb3fffb2.zip |
Notes
Diffstat (limited to 'graphics/opencsg/Makefile')
-rw-r--r-- | graphics/opencsg/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/opencsg/Makefile b/graphics/opencsg/Makefile index 84875cd338a2..4a883371604d 100644 --- a/graphics/opencsg/Makefile +++ b/graphics/opencsg/Makefile @@ -18,8 +18,7 @@ COMMENT= Constructive Solid Geometry rendering library USE_GL= glew WRKSRC= ${WRKDIR}/${DISTNAME}/src -USE_QT_VER= 4 -QT_COMPONENTS= qmake_build corelib gui +USE_QT4= qmake_build corelib gui PLIST_SUB= PORTVERSION=${PORTVERSION} #MAKE_JOBS_UNSAFE=yes |