diff options
author | agc <agc@pkgsrc.org> | 2002-07-17 09:38:47 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-07-17 09:38:47 +0000 |
commit | 0923b6564ab1b7d3edeec3a72c35c2fd4f4e5bb4 (patch) | |
tree | 5446ac5f703d01c832f84c4cc940d2eb5ab9b3c7 /math/R-KernSmooth | |
parent | 78a347e4fbf3a76f0b584c6753c1baa5d1c64f8a (diff) | |
download | pkgsrc-0923b6564ab1b7d3edeec3a72c35c2fd4f4e5bb4.tar.gz |
We need the blas buildlink file for -lblas - fixes a problem in the last
bulk build.
Diffstat (limited to 'math/R-KernSmooth')
-rw-r--r-- | math/R-KernSmooth/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/R-KernSmooth/Makefile b/math/R-KernSmooth/Makefile index b608dfd1a91..69f60f97943 100644 --- a/math/R-KernSmooth/Makefile +++ b/math/R-KernSmooth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/04/23 01:26:18 markd Exp $ +# $NetBSD: Makefile,v 1.2 2002/07/17 09:38:47 agc Exp $ R_PKGNAME= KernSmooth R_PKGVER= 2.22-7 @@ -8,5 +8,7 @@ COMMENT= Functions for kernel smoothing for Wand & Jones (1995) PLIST_SRC= /dev/null +.include "../../math/blas/buildlink.mk" + .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" |