Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Oct 2013 07:14:28 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329764 - head/math/abacus
Message-ID:  <201310080714.r987ES5S029877@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310080714.r987ES5S029877>