diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-09-18 12:54:37 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-09-18 12:54:37 +0000 |
commit | e50f4604249f59ce7ccf58ed1a2509880211ee2b (patch) | |
tree | 2244800d48114ba2d767ed0dab34d0bdfbe4ba09 | |
parent | - Add missing iconv USES (diff) |
- Unbreak on CURRENT by adding USE_GCC= yes
Reported by: pkg-fallout
-rw-r--r-- | cad/meshlab/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cad/meshlab/Makefile b/cad/meshlab/Makefile index cf2d6b3b6e75..8a9e8458dbfb 100644 --- a/cad/meshlab/Makefile +++ b/cad/meshlab/Makefile @@ -13,6 +13,7 @@ COMMENT= 3D triangular meshes processing and editing tool EXTRACT_DEPENDS=7z:${PORTSDIR}/archivers/p7zip LIB_DEPENDS= QtSolutions_SOAP-head:${PORTSDIR}/devel/qt4-qtsolutions-soap +USE_GCC= yes USE_GL= glew glu USE_QT4= qmake_build moc_build rcc_build uic_build corelib gui xml \ xmlpatterns opengl network script |