diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2012-07-18 09:02:32 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2012-07-18 09:02:32 +0000 |
commit | 3f1ef3119453575769632e4b1ddfaae89e66f39e (patch) | |
tree | 4f327b86ede9498237328a56c3bb4dc6449d71f2 /cad/meshlab | |
parent | Twiggy::TLS extends Twiggy with a TLS support. (diff) |
- Add dependency on qt4-script [1]
- Do not necessarily build with clang
Reported by: PH (via erwin)
Diffstat (limited to 'cad/meshlab')
-rw-r--r-- | cad/meshlab/Makefile | 3 |
1 files changed, 1 insertions, 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 |