aboutsummaryrefslogtreecommitdiff
path: root/graphics/mahotas
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2012-03-18 20:03:40 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2012-03-18 20:03:40 +0000
commiteed05d4126e0bf247569705be7c80d328423f200 (patch)
tree0b4b5ea654527282bf789ffa4a9c304ee6cf40f7 /graphics/mahotas
parentde64ab802ad642cce3443bad14a52ea4a1ebf80c (diff)
downloadports-eed05d4126e0bf247569705be7c80d328423f200.tar.gz
ports-eed05d4126e0bf247569705be7c80d328423f200.zip
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
Notes
Notes: svn path=/head/; revision=293534
Diffstat (limited to 'graphics/mahotas')
-rw-r--r--graphics/mahotas/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/mahotas/Makefile b/graphics/mahotas/Makefile
index 5e9888515a32..ed6c73bef3d5 100644
--- a/graphics/mahotas/Makefile
+++ b/graphics/mahotas/Makefile
@@ -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