diff options
author | gahr <gahr@FreeBSD.org> | 2013-10-21 15:24:38 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-10-21 15:24:38 +0800 |
commit | c1a663c79349ec821f936b1685b057195136110b (patch) | |
tree | a6c32511700617db7d7404854b11c27eca905368 /math | |
parent | 8be629547f3f8e699703a74aae386f34d75418df (diff) | |
download | freebsd-ports-gnome-c1a663c79349ec821f936b1685b057195136110b.tar.gz freebsd-ports-gnome-c1a663c79349ec821f936b1685b057195136110b.tar.zst freebsd-ports-gnome-c1a663c79349ec821f936b1685b057195136110b.zip |
- Switch to USE_GCC=yes
Reported by: gerald
Diffstat (limited to 'math')
-rw-r--r-- | math/ogdf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |