diff options
author | gahr <gahr@FreeBSD.org> | 2012-07-18 17:02:32 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2012-07-18 17:02:32 +0800 |
commit | 4f78cbba4d7a0262c1886d155527a3319d421817 (patch) | |
tree | 4f327b86ede9498237328a56c3bb4dc6449d71f2 /cad/meshlab | |
parent | bfde5366fec00a30a3eaf21b31cbebc5a3ad7cf4 (diff) | |
download | freebsd-ports-gnome-4f78cbba4d7a0262c1886d155527a3319d421817.tar.gz freebsd-ports-gnome-4f78cbba4d7a0262c1886d155527a3319d421817.tar.zst freebsd-ports-gnome-4f78cbba4d7a0262c1886d155527a3319d421817.zip |
- 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 |