diff options
author | gerald <gerald@FreeBSD.org> | 2012-04-08 21:44:29 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2012-04-08 21:44:29 +0800 |
commit | 4875b0aa449403753711f17848b8fd483e2d2f0d (patch) | |
tree | 1517b18f2999c215726854e79d0af64a4ea6a47a /math | |
parent | 0f5751c996188b99b26b57feadca11b27f61468c (diff) | |
download | freebsd-ports-gnome-4875b0aa449403753711f17848b8fd483e2d2f0d.tar.gz freebsd-ports-gnome-4875b0aa449403753711f17848b8fd483e2d2f0d.tar.zst freebsd-ports-gnome-4875b0aa449403753711f17848b8fd483e2d2f0d.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 (dikshie@sfc.wide.ad.jp)
Feature safe: yes
Diffstat (limited to 'math')
-rw-r--r-- | math/py-graphtool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-graphtool/Makefile b/math/py-graphtool/Makefile index 3203315b86ef..2faf8ff618cc 100644 --- a/math/py-graphtool/Makefile +++ b/math/py-graphtool/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= boost_python.4:${PORTSDIR}/devel/boost-python-libs \ CGAL.5:${PORTSDIR}/math/cgal USE_BZIP2= yes -USE_GCC= 4.5+ +USE_GCC= 4.6+ USE_GMAKE= yes USE_PYTHON= yes GNU_CONFIGURE= yes |