summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authoragc <agc>2002-07-17 09:38:47 +0000
committeragc <agc>2002-07-17 09:38:47 +0000
commita7eef07a633f710927866bd4f2fd2c421db78d82 (patch)
tree5446ac5f703d01c832f84c4cc940d2eb5ab9b3c7 /math
parent058b4613d3643261ff18ee2269bfa2c53165664b (diff)
downloadpkgsrc-a7eef07a633f710927866bd4f2fd2c421db78d82.tar.gz
We need the blas buildlink file for -lblas - fixes a problem in the last
bulk build.
Diffstat (limited to 'math')
-rw-r--r--math/R-KernSmooth/Makefile4
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"