svn commit: r329764 - head/math/abacus

Pietro Cerutti gahr at FreeBSD.org
Tue Oct 8 07:14:28 UTC 2013


Author: gahr
Date: Tue Oct  8 07:14:27 2013
New Revision: 329764
URL: http://svnweb.freebsd.org/changeset/ports/329764

Log:
  - Fix USE_GCC
  
  Reported by:	gerald

Modified:
  head/math/abacus/Makefile

Modified: head/math/abacus/Makefile
==============================================================================
--- head/math/abacus/Makefile	Tue Oct  8 07:11:25 2013	(r329763)
+++ head/math/abacus/Makefile	Tue Oct  8 07:14:27 2013	(r329764)
@@ -13,7 +13,7 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libClp.so:${PORTSDIR}/math/coinmp
 
-USE_GCC=	4.4+
+USE_GCC=	yes
 USES=		gmake perl5
 USE_PERL5=	build
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list