aboutsummaryrefslogtreecommitdiff
path: root/graphics/mahotas
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-02-25 03:19:29 +0000
committerMartin Wilke <miwi@FreeBSD.org>2011-02-25 03:19:29 +0000
commit729d9d232f2d99318b1c393e60fa5acadf5587b3 (patch)
tree587d15de621adfc5fa93e4c481b8470e04053dc3 /graphics/mahotas
parent42b70968f967f81a86153683471600406da01615 (diff)
downloadports-729d9d232f2d99318b1c393e60fa5acadf5587b3.tar.gz
ports-729d9d232f2d99318b1c393e60fa5acadf5587b3.zip
- Move over to py25 or above
- While here get rid FreeBSD 6.X and md5 support
Notes
Notes: svn path=/head/; revision=269643
Diffstat (limited to 'graphics/mahotas')
-rw-r--r--graphics/mahotas/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/mahotas/Makefile b/graphics/mahotas/Makefile
index b252d1fedf48..8f4e2063863d 100644
--- a/graphics/mahotas/Makefile
+++ b/graphics/mahotas/Makefile
@@ -7,6 +7,7 @@
PORTNAME= mahotas
PORTVERSION= 0.6.1
+PORTREVISION= 1
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -17,7 +18,7 @@ COMMENT= An Efficient Image Processing Library for Python
BUILD_DEPENDS+= ${PYNUMPY}
USE_GCC= 4.5+
-USE_PYTHON= 2.4+
+USE_PYTHON= 2.5+
USE_PYDISTUTILS= easy_install
PYEASYINSTALL_ARCHDEP= yes