diff options
author | dholland <dholland> | 2013-03-16 22:54:29 +0000 |
---|---|---|
committer | dholland <dholland> | 2013-03-16 22:54:29 +0000 |
commit | eb51350b72da6a422b54c602ac8d0527363bf6ee (patch) | |
tree | cf47ac3d32e56f4dd7f30125b21ada2ea64acec4 /math | |
parent | 23613d125636eed55f316e5aca499e610b1bfe86 (diff) | |
download | pkgsrc-eb51350b72da6a422b54c602ac8d0527363bf6ee.tar.gz |
Update ghostscript depends. PKGREVISION -> 6
Diffstat (limited to 'math')
-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" |