diff options
author | dholland <dholland@pkgsrc.org> | 2013-03-16 22:54:29 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2013-03-16 22:54:29 +0000 |
commit | 87126a6a5e06fa037e9d65d967f05c01259cf0a2 (patch) | |
tree | cf47ac3d32e56f4dd7f30125b21ada2ea64acec4 /math/R-CGIwithR | |
parent | 577c3a4e19e06e2652ae21401e5215babddda8eb (diff) | |
download | pkgsrc-87126a6a5e06fa037e9d65d967f05c01259cf0a2.tar.gz |
Update ghostscript depends. PKGREVISION -> 6
Diffstat (limited to 'math/R-CGIwithR')
-rw-r--r-- | math/R-CGIwithR/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/R-CGIwithR/Makefile b/math/R-CGIwithR/Makefile index 3e4d6ab7781..3b423e5e817 100644 --- a/math/R-CGIwithR/Makefile +++ b/math/R-CGIwithR/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2013/02/16 11:23:02 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2013/03/16 22:54:29 dholland Exp $ # -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} @@ -24,5 +24,5 @@ SUBST_FILES.fix-paths= inst/cgi-bin/R.cgi SUBST_SED.fix-paths= -e 's,/usr/local,${PREFIX},g' .include "../../math/R/Makefile.extension" -.include "../../print/ghostscript/buildlink3.mk" +.include "../../print/ghostscript/ghostscript.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |