diff options
author | markd <markd@pkgsrc.org> | 2002-09-09 01:00:57 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2002-09-09 01:00:57 +0000 |
commit | a38bcacb284f62017ebdbe9b028d8371f3c35398 (patch) | |
tree | b58c6e89c50982c372876bdbc2029794e38996e9 /math | |
parent | 64e555d68e23de00a7684a913b9a5c511a4d4a52 (diff) | |
download | pkgsrc-a38bcacb284f62017ebdbe9b028d8371f3c35398.tar.gz |
buildlink2
Diffstat (limited to 'math')
-rw-r--r-- | math/R-KernSmooth/Makefile | 6 |
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" |