diff options
author | markd <markd@pkgsrc.org> | 2004-03-11 21:04:47 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-03-11 21:04:47 +0000 |
commit | 1e542beb235d33e20ab108525aea8b5280c4fd30 (patch) | |
tree | e01daa2f95b7558c529d4b1d3976f5f39ac9c906 /math/R | |
parent | 8d04e5acd6439a1eaaaf1dbe194d0ef094ee3880 (diff) | |
download | pkgsrc-1e542beb235d33e20ab108525aea8b5280c4fd30.tar.gz |
Switch to using tk8.4
bump PKGREVISION
Diffstat (limited to 'math/R')
-rw-r--r-- | math/R/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index 5ffe6568ad9..62a9baf1be7 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.50 2004/03/08 20:27:14 minskim Exp $ +# $NetBSD: Makefile,v 1.51 2004/03/11 21:04:47 markd Exp $ DISTNAME= R-1.8.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=base/} EXTRACT_SUFX= .tgz @@ -119,5 +119,5 @@ post-install: .include "../../graphics/jpeg/buildlink2.mk" .include "../../graphics/png/buildlink2.mk" .include "../../math/blas/buildlink2.mk" -.include "../../x11/tk83/buildlink2.mk" +.include "../../x11/tk/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |