From c1a663c79349ec821f936b1685b057195136110b Mon Sep 17 00:00:00 2001 From: gahr Date: Mon, 21 Oct 2013 07:24:38 +0000 Subject: - Switch to USE_GCC=yes Reported by: gerald --- math/ogdf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math') diff --git a/math/ogdf/Makefile b/math/ogdf/Makefile index 970af5bf23eb..8253cbbf4ca6 100644 --- a/math/ogdf/Makefile +++ b/math/ogdf/Makefile @@ -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 -- cgit