Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Oct 2013 07:24:38 +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: r331096 - head/math/ogdf
Message-ID:  <201310210724.r9L7Ocv1007109@svn.freebsd.org>

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



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