diff options
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 |