aboutsummaryrefslogtreecommitdiffstats
path: root/cad
diff options
context:
space:
mode:
authormr <mr@FreeBSD.org>2011-08-27 16:27:40 +0800
committermr <mr@FreeBSD.org>2011-08-27 16:27:40 +0800
commit2985ddaa4d681dd44503b4142ed78e2bd1fef6c6 (patch)
tree55d915e0ef7a48a7fe12fe1c4428a639e93f4d91 /cad
parent46dabc896d91e6e8f09d48f0fbdb5a4dbaa33714 (diff)
downloadfreebsd-ports-graphics-2985ddaa4d681dd44503b4142ed78e2bd1fef6c6.tar.gz
freebsd-ports-graphics-2985ddaa4d681dd44503b4142ed78e2bd1fef6c6.tar.zst
freebsd-ports-graphics-2985ddaa4d681dd44503b4142ed78e2bd1fef6c6.zip
Try to fix build.
Reminded by: pav@
Diffstat (limited to 'cad')
-rw-r--r--cad/openscad/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/openscad/Makefile b/cad/openscad/Makefile
index ecf36afe231..29e87d444fc 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_build
+QT_COMPONENTS= qmake corelib gui opengl moc uic
PLIST_SUB= PORTVERSION=${PORTVERSION}
#MAKE_JOBS_UNSAFE=yes
QMAKE_ENV = EIGEN2DIR=${LOCALBASE}/include/eigen2