summaryrefslogtreecommitdiff
path: root/math/py-numarray/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2008-04-12 22:42:57 +0000
committerjlam <jlam>2008-04-12 22:42:57 +0000
commit84db467ec7c8386066718011f8d47775d5608811 (patch)
treefdd67c81079412bf94013749a954125434a9baca /math/py-numarray/Makefile
parent7082f8c2044621c8641f3c82a2da95c2d442048c (diff)
downloadpkgsrc-84db467ec7c8386066718011f8d47775d5608811.tar.gz
Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.
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 c7b5a5f8c77..58f8b704bce 100644
--- a/math/py-numarray/Makefile
+++ b/math/py-numarray/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2006/10/17 14:25:43 drochner Exp $
+# $NetBSD: Makefile,v 1.13 2008/04/12 22:43:04 jlam Exp $
#
DISTNAME= numarray-1.5.2
@@ -13,11 +13,10 @@ COMMENT= Array manipulation
PYDISTUTILSPKG= yes
PYTHON_VERSIONS_ACCEPTED= 24 23 22
+PLIST_VARS+= blas
.if exists(/System/Library/Frameworks/vecLib.framework/Headers)
BUILDLINK_PASSTHRU_DIRS+= /System/Library/Frameworks/vecLib.framework/Headers
-PLIST_SUBST+= DOTBLAS=""
-.else
-PLIST_SUBST+= DOTBLAS="@comment "
+PLIST.blas= yes
.endif
do-test: