diff options
author | gerald <gerald@FreeBSD.org> | 2012-03-17 19:39:09 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2012-03-17 19:39:09 +0800 |
commit | baf2f346f0d5704204ce2a55c5ef1777257f1aad (patch) | |
tree | cf48787fb92f69830c8533f0f71221309f8ec373 /science | |
parent | 42e2dc4c8761851fe8ae0c097d0c64e78bdcfc43 (diff) | |
download | freebsd-ports-gnome-baf2f346f0d5704204ce2a55c5ef1777257f1aad.tar.gz freebsd-ports-gnome-baf2f346f0d5704204ce2a55c5ef1777257f1aad.tar.zst freebsd-ports-gnome-baf2f346f0d5704204ce2a55c5ef1777257f1aad.zip |
Replace USE_GCC=4.5+ by USE_GCC=4.6+ which has been transparently
done by the ports infrastructure for a while.
Approved by: maintainer (thierry)
Feature safe: yes
Diffstat (limited to 'science')
-rw-r--r-- | science/gnudatalanguage/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/gnudatalanguage/Makefile b/science/gnudatalanguage/Makefile index c5a092684b9b..6458ae405a57 100644 --- a/science/gnudatalanguage/Makefile +++ b/science/gnudatalanguage/Makefile @@ -37,7 +37,7 @@ LIB_DEPENDS+= plplotd.11:${PORTSDIR}/math/plplot \ gsl.16:${PORTSDIR}/math/gsl \ dps.0:${PORTSDIR}/x11/dgs -USE_GCC= 4.5+ +USE_GCC= 4.6+ USE_WX= 2.8 GNU_CONFIGURE= yes # Disable ncurses and readline from ports |