summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorfhajny <fhajny>2012-08-14 21:04:21 +0000
committerfhajny <fhajny>2012-08-14 21:04:21 +0000
commit7b7f99e8d5c9b2afb50cf6e1f167be32f2542763 (patch)
tree1fc34f4a27852b49ef5ba0dee66ea8f9b1334034 /math
parentb24c6a8ad4dd03bf99da89420dc6bdb9edb4b939 (diff)
downloadpkgsrc-7b7f99e8d5c9b2afb50cf6e1f167be32f2542763.tar.gz
The previous commit actually doesn't affect the build of math/py-numpy,
but changes the py-numpy binary package in order for math/py-scipy to build successfully (at least on SmartOS). Bump PKGREVISION.
Diffstat (limited to 'math')
-rw-r--r--math/py-numpy/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile
index 942be74b78d..effb8ac83d1 100644
--- a/math/py-numpy/Makefile
+++ b/math/py-numpy/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.20 2012/08/14 20:19:20 fhajny Exp $
+# $NetBSD: Makefile,v 1.21 2012/08/14 21:04:21 fhajny Exp $
#
DISTNAME= numpy-1.6.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=numpy/}