svn commit: r327542 - head/cad/meshlab

Pietro Cerutti gahr at FreeBSD.org
Wed Sep 18 12:54:38 UTC 2013


Author: gahr
Date: Wed Sep 18 12:54:37 2013
New Revision: 327542
URL: http://svnweb.freebsd.org/changeset/ports/327542

Log:
  - Unbreak on CURRENT by adding USE_GCC=	yes
  
  Reported by:	pkg-fallout

Modified:
  head/cad/meshlab/Makefile

Modified: head/cad/meshlab/Makefile
==============================================================================
--- head/cad/meshlab/Makefile	Wed Sep 18 11:41:14 2013	(r327541)
+++ head/cad/meshlab/Makefile	Wed Sep 18 12:54:37 2013	(r327542)
@@ -13,6 +13,7 @@ COMMENT=	3D triangular meshes processing
 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


More information about the svn-ports-all mailing list