Replace USE_GCC=4.5+ by USE_GCC=4.6+ which has been transparently

done by the ports infrastructure for a while.

PR:		166215
Approved by:	maintainer (sawp@sawp.com.br)
Feature safe:	yes
This commit is contained in:
Gerald Pfeifer 2012-03-18 20:03:40 +00:00
parent de64ab802a
commit eed05d4126
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293534

View File

@ -16,7 +16,7 @@ COMMENT= An Efficient Image Processing Library for Python
BUILD_DEPENDS+= ${PYNUMPY}
USE_GCC= 4.5+
USE_GCC= 4.6+
USE_PYTHON= 2.5+
USE_PYDISTUTILS= easy_install
PYEASYINSTALL_ARCHDEP= yes