diff options
Diffstat (limited to 'math/py-numarray/Makefile')
-rw-r--r-- | math/py-numarray/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/py-numarray/Makefile b/math/py-numarray/Makefile index 17f5bd49abf..c465b179eab 100644 --- a/math/py-numarray/Makefile +++ b/math/py-numarray/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2014/05/09 07:37:11 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2015/01/27 05:05:30 dbj Exp $ DISTNAME= numarray-1.5.2 PKGNAME= ${PYPKGPREFIX}-numarray-1.5.2 @@ -11,8 +11,7 @@ HOMEPAGE= http://www.numpy.org/old_array_packages.html COMMENT= Array manipulation PLIST_VARS+= blas -.if exists(/System/Library/Frameworks/vecLib.framework/Headers) -BUILDLINK_PASSTHRU_DIRS+= /System/Library/Frameworks/vecLib.framework/Headers +.if exists(/System/Library/Frameworks/Accelerate.framework) PLIST.blas= yes .endif |