summaryrefslogtreecommitdiff
path: root/math/py-numarray/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-numarray/Makefile')
-rw-r--r--math/py-numarray/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/math/py-numarray/Makefile b/math/py-numarray/Makefile
index d30b6ed45d9..7c33fe71966 100644
--- a/math/py-numarray/Makefile
+++ b/math/py-numarray/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:37 joerg Exp $
+# $NetBSD: Makefile,v 1.16 2011/10/25 09:05:27 obache Exp $
#
DISTNAME= numarray-1.5.2
PKGNAME= ${PYPKGPREFIX}-numarray-1.5.2
+PKGREVISION= 1
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=numpy/}
@@ -12,8 +13,6 @@ COMMENT= Array manipulation
PKG_DESTDIR_SUPPORT= user-destdir
-PYDISTUTILSPKG= yes
-
PLIST_VARS+= blas
.if exists(/System/Library/Frameworks/vecLib.framework/Headers)
BUILDLINK_PASSTHRU_DIRS+= /System/Library/Frameworks/vecLib.framework/Headers
@@ -23,5 +22,5 @@ PLIST.blas= yes
do-test:
(cd ${WRKSRC}/Lib && ${PYTHONBIN} testall.py)
-.include "../../lang/python/extension.mk"
+.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"