diff options
author | Michael Reifenberger <mr@FreeBSD.org> | 2011-08-28 13:41:11 +0000 |
---|---|---|
committer | Michael Reifenberger <mr@FreeBSD.org> | 2011-08-28 13:41:11 +0000 |
commit | c36354398adc1c9de94c559bbd710689d4b8ca87 (patch) | |
tree | b2b031ae097252f5fce34a0de35997a9363f4adc /cad/openscad | |
parent | 0af70c3b580cadad5fd129f9c4004acde1147d0d (diff) |
Notes
Diffstat (limited to 'cad/openscad')
-rw-r--r-- | cad/openscad/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/openscad/Makefile b/cad/openscad/Makefile index 29e87d444fca..77f099105c93 100644 --- a/cad/openscad/Makefile +++ b/cad/openscad/Makefile @@ -28,7 +28,7 @@ LIB_DEPENDS= GLU.1:${PORTSDIR}/graphics/libGLU \ USE_GL= glew USE_QT_VER= 4 -QT_COMPONENTS= qmake corelib gui opengl moc uic +QT_COMPONENTS= qmake corelib gui opengl moc uic rcc PLIST_SUB= PORTVERSION=${PORTVERSION} #MAKE_JOBS_UNSAFE=yes QMAKE_ENV = EIGEN2DIR=${LOCALBASE}/include/eigen2 |