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