diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-10-21 07:24:38 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-10-21 07:24:38 +0000 |
commit | 6b794f2e0285a396e82be5dce4622bd7fb14e49c (patch) | |
tree | a6c32511700617db7d7404854b11c27eca905368 /math/ogdf | |
parent | 9143eba385c15cfa1c3f5f65b4ccc761e00fda17 (diff) | |
download | ports-6b794f2e0285a396e82be5dce4622bd7fb14e49c.tar.gz ports-6b794f2e0285a396e82be5dce4622bd7fb14e49c.zip |
Notes
Diffstat (limited to 'math/ogdf')
-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 |