aboutsummaryrefslogtreecommitdiffstats
path: root/math/py-apgl/Makefile
diff options
context:
space:
mode:
authorwen <wen@FreeBSD.org>2011-11-09 15:07:23 +0800
committerwen <wen@FreeBSD.org>2011-11-09 15:07:23 +0800
commitb4571bd702fb7beb81f239a8b88dc486907c2a27 (patch)
tree1a0434140ea26a24884fc49a7dfc8366dba32fb8 /math/py-apgl/Makefile
parentb8c31243eb63bfa21f2fed3e4ebb64e4819f4bf6 (diff)
downloadfreebsd-ports-gnome-b4571bd702fb7beb81f239a8b88dc486907c2a27.tar.gz
freebsd-ports-gnome-b4571bd702fb7beb81f239a8b88dc486907c2a27.tar.zst
freebsd-ports-gnome-b4571bd702fb7beb81f239a8b88dc486907c2a27.zip
- Update to 0.6.8
Diffstat (limited to 'math/py-apgl/Makefile')
-rw-r--r--math/py-apgl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/py-apgl/Makefile b/math/py-apgl/Makefile
index 004e6c33ff2e..7472499ba4cb 100644
--- a/math/py-apgl/Makefile
+++ b/math/py-apgl/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= apgl
-PORTVERSION= 0.6.7
+PORTVERSION= 0.6.8
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -16,9 +16,9 @@ COMMENT= A fast python graph library with some machine learning features
BUILD_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}scipy>0.7.0:${PORTSDIR}/science/py-scipy
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PYTHON= yes
-USE_PYDISTUTILS= yes
+USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>