svn commit: r301074 - head/cad/meshlab
Pietro Cerutti
gahr at FreeBSD.org
Wed Jul 18 09:02:33 UTC 2012
Author: gahr
Date: Wed Jul 18 09:02:32 2012
New Revision: 301074
URL: http://svn.freebsd.org/changeset/ports/301074
Log:
- Add dependency on qt4-script [1]
- Do not necessarily build with clang
Reported by: PH (via erwin)
Modified:
head/cad/meshlab/Makefile
Modified: head/cad/meshlab/Makefile
==============================================================================
--- head/cad/meshlab/Makefile Wed Jul 18 08:54:58 2012 (r301073)
+++ head/cad/meshlab/Makefile Wed Jul 18 09:02:32 2012 (r301074)
@@ -19,8 +19,7 @@ COMMENT= A tool for processing and editi
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
More information about the svn-ports-all
mailing list