From 4875b0aa449403753711f17848b8fd483e2d2f0d Mon Sep 17 00:00:00 2001 From: gerald Date: Sun, 8 Apr 2012 13:44:29 +0000 Subject: 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 --- math/py-graphtool/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math') 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 -- cgit