diff options
-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" |