From 4f78cbba4d7a0262c1886d155527a3319d421817 Mon Sep 17 00:00:00 2001 From: gahr Date: Wed, 18 Jul 2012 09:02:32 +0000 Subject: - Add dependency on qt4-script [1] - Do not necessarily build with clang Reported by: PH (via erwin) --- cad/meshlab/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cad/meshlab/Makefile b/cad/meshlab/Makefile index 4f98c1d1d2c6..19eb8f892c75 100644 --- a/cad/meshlab/Makefile +++ b/cad/meshlab/Makefile @@ -19,8 +19,7 @@ COMMENT= A tool for processing and editing 3D triangular meshes LIB_DEPENDS= QtSolutions_SOAP-head:${PORTSDIR}/devel/qt4-qtsolutions-soap USE_GL= glew glu -USE_QT4= qmake corelib gui xml opengl network moc uic rcc -MAKE_ENV+= CXX=clang++ +USE_QT4= qmake corelib gui xml opengl network moc uic rcc script USE_LDCONFIG= yes -- cgit