summaryrefslogtreecommitdiff
path: root/math/py-Numeric/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-Numeric/Makefile')
-rw-r--r--math/py-Numeric/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/py-Numeric/Makefile b/math/py-Numeric/Makefile
index cd14f56309b..c4494f43ea2 100644
--- a/math/py-Numeric/Makefile
+++ b/math/py-Numeric/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.47 2009/03/05 18:51:30 joerg Exp $
+# $NetBSD: Makefile,v 1.48 2011/10/25 08:53:50 obache Exp $
DISTNAME= Numeric-24.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=numpy/}
@@ -11,7 +12,6 @@ COMMENT= Adds multidimensional numeric arrays to Python
PKG_DESTDIR_SUPPORT= user-destdir
-PYDISTUTILSPKG= yes
PYSETUP= setup.py
PLIST_VARS+= blas
@@ -20,5 +20,5 @@ BUILDLINK_PASSTHRU_DIRS+= /System/Library/Frameworks/vecLib.framework/Headers
PLIST.blas= yes
.endif
-.include "../../lang/python/extension.mk"
+.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"