summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authormarkd <markd>2002-09-09 01:00:57 +0000
committermarkd <markd>2002-09-09 01:00:57 +0000
commit337a05788eb8ce601faf92daf512e647d4f25c28 (patch)
treeb58c6e89c50982c372876bdbc2029794e38996e9 /math
parent32cf16f5ca288f340b3cd3a0cee9d7f3ed7c785e (diff)
downloadpkgsrc-337a05788eb8ce601faf92daf512e647d4f25c28.tar.gz
buildlink2
Diffstat (limited to 'math')
-rw-r--r--math/R-KernSmooth/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/math/R-KernSmooth/Makefile b/math/R-KernSmooth/Makefile
index 69f60f97943..7d7b515f68a 100644
--- a/math/R-KernSmooth/Makefile
+++ b/math/R-KernSmooth/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2002/07/17 09:38:47 agc Exp $
+# $NetBSD: Makefile,v 1.3 2002/09/09 01:00:57 markd Exp $
R_PKGNAME= KernSmooth
R_PKGVER= 2.22-7
@@ -6,9 +6,11 @@ R_PKGVER= 2.22-7
MAINTAINER= markd@netbsd.org
COMMENT= Functions for kernel smoothing for Wand & Jones (1995)
+USE_BUILDLINK2= # defined
+
PLIST_SRC= /dev/null
-.include "../../math/blas/buildlink.mk"
+.include "../../math/blas/buildlink2.mk"
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"