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/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/math/py-Numeric/Makefile b/math/py-Numeric/Makefile
index 95f47d67e4b..19a97449faf 100644
--- a/math/py-Numeric/Makefile
+++ b/math/py-Numeric/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2007/08/24 08:58:28 heinz Exp $
+# $NetBSD: Makefile,v 1.44 2008/04/12 22:43:04 jlam Exp $
DISTNAME= Numeric-24.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -16,11 +16,10 @@ PYTHON_VERSIONS_ACCEPTED= 24 23 22
PYBINMODULE= yes
PYSETUP= setup.py
+PLIST_VARS+= blas
.if exists(/System/Library/Frameworks/vecLib.framework)
BUILDLINK_PASSTHRU_DIRS+= /System/Library/Frameworks/vecLib.framework/Headers
-PLIST_SUBST+= DOTBLAS=""
-.else
-PLIST_SUBST+= DOTBLAS="@comment "
+PLIST.blas= yes
.endif
.include "../../lang/python/extension.mk"