diff options
author | fhajny <fhajny@pkgsrc.org> | 2012-08-14 21:04:21 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2012-08-14 21:04:21 +0000 |
commit | 6285892cd1b7149530d28267810b20bb4230e549 (patch) | |
tree | 1fc34f4a27852b49ef5ba0dee66ea8f9b1334034 /math | |
parent | 3be3fd500e662f7fc19a5365939c9a5e53010fc1 (diff) | |
download | pkgsrc-6285892cd1b7149530d28267810b20bb4230e549.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/Makefile | 3 |
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/} |