svn commit: r331096 - head/math/ogdf

Pietro Cerutti gahr at FreeBSD.org
Mon Oct 21 07:24:38 UTC 2013


Author: gahr
Date: Mon Oct 21 07:24:38 2013
New Revision: 331096
URL: http://svnweb.freebsd.org/changeset/ports/331096

Log:
  - Switch to USE_GCC=yes
  
  Reported by:	gerald

Modified:
  head/math/ogdf/Makefile

Modified: head/math/ogdf/Makefile
==============================================================================
--- head/math/ogdf/Makefile	Mon Oct 21 06:58:26 2013	(r331095)
+++ head/math/ogdf/Makefile	Mon Oct 21 07:24:38 2013	(r331096)
@@ -34,7 +34,7 @@ USE_COIN=	false
 .endif
 
 .if ${PORT_OPTIONS:MABACUS}
-USE_GCC=	4.4+
+USE_GCC=	yes
 LIB_DEPENDS+=	libabacus-osi.so:${PORTSDIR}/math/abacus
 USE_ABACUS=	true
 USE_COIN=	true


More information about the svn-ports-head mailing list