diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2012-07-18 17:02:32 +0800 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2012-07-18 17:02:32 +0800 |
commit | 3f1ef3119453575769632e4b1ddfaae89e66f39e (patch) | |
tree | 4f327b86ede9498237328a56c3bb4dc6449d71f2 | |
parent | 83af24413c4893eb86b5a123d3ce37f14bc78f8f (diff) | |
download | freebsd-ports-gnome-3f1ef3119453575769632e4b1ddfaae89e66f39e.tar.gz freebsd-ports-gnome-3f1ef3119453575769632e4b1ddfaae89e66f39e.tar.zst freebsd-ports-gnome-3f1ef3119453575769632e4b1ddfaae89e66f39e.zip |
- Add dependency on qt4-script [1]
- Do not necessarily build with clang
Reported by: PH (via erwin)
-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 |