summaryrefslogtreecommitdiff
path: root/devel/py-pyutil/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-pyutil/Makefile')
-rw-r--r--devel/py-pyutil/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/py-pyutil/Makefile b/devel/py-pyutil/Makefile
index 633a5d96c273..9b178b7555a0 100644
--- a/devel/py-pyutil/Makefile
+++ b/devel/py-pyutil/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pyutil
-PORTVERSION= 1.3.7
+PORTVERSION= 1.3.25
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,10 +15,11 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= quakelee@cn.FreeBSD.org
COMMENT= A collection of mature utilities for Python programmers
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argparse>=0.8.0:${PORTSDIR}/devel/py-argparse
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argparse>=0.8.0:${PORTSDIR}/devel/py-argparse \
+ ${PYTHON_PKGNAMEPREFIX}zbase32>=1.1.0:${PORTSDIR}/converters/zbase32
USE_PYTHON= 2.4+
USE_PYDISTUTILS=easy_install
-PYEASYINSTALL_ARCHDEP= yes
+#PYEASYINSTALL_ARCHDEP= yes
.include <bsd.port.mk>