svn commit: r362599 - head/math/cgal
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Jul 22 22:17:22 UTC 2014
Author: amdmi3
Date: Tue Jul 22 22:17:21 2014
New Revision: 362599
URL: http://svnweb.freebsd.org/changeset/ports/362599
QAT: https://qat.redports.org/buildarchive/r362599/
Log:
- Convert USE_BZIP2 to USES
Approved by: portmgr blanket
Modified:
head/math/cgal/Makefile
Modified: head/math/cgal/Makefile
==============================================================================
--- head/math/cgal/Makefile Tue Jul 22 22:14:32 2014 (r362598)
+++ head/math/cgal/Makefile Tue Jul 22 22:17:21 2014 (r362599)
@@ -19,9 +19,8 @@ LIB_DEPENDS= libGLU.so:${PORTSDIR}/graph
libgmp.so:${PORTSDIR}/math/gmp \
libmpfr.so:${PORTSDIR}/math/mpfr
-USE_BZIP2= yes
USE_LDCONFIG= yes
-USES= cmake
+USES= cmake tar:bzip2
USE_QT4= corelib opengl qmake_build gui moc_build rcc_build uic_build
HAS_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib
More information about the svn-ports-all
mailing list