summaryrefslogtreecommitdiff
path: root/math/R/Makefile
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2011-12-11 18:41:47 +0000
committermarkd <markd@pkgsrc.org>2011-12-11 18:41:47 +0000
commitf1618af1433cc1de17e2cdb7ebbb1ad83f6c6090 (patch)
tree4246b509f164e350ce1ddb2c118cf864753aa8f7 /math/R/Makefile
parent566e7e1a34201a6c0a817e1bb20ae65f1509c0a4 (diff)
downloadpkgsrc-f1618af1433cc1de17e2cdb7ebbb1ad83f6c6090.tar.gz
Add BUILD_DEPENDS on some TeX components so that NEWS.pdf is successfully
built. Fix PLIST. Bump PKGREVISION.
Diffstat (limited to 'math/R/Makefile')
-rw-r--r--math/R/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/math/R/Makefile b/math/R/Makefile
index b5f852f3b97..d87c6dd70f4 100644
--- a/math/R/Makefile
+++ b/math/R/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.120 2011/12/07 10:18:23 joerg Exp $
+# $NetBSD: Makefile,v 1.121 2011/12/11 18:41:47 markd Exp $
DISTNAME= R-2.14.0
+PKGREVISION= 1
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=base/R-2/}
@@ -92,6 +93,11 @@ CONFIGURE_ENV+= R_PAPERSIZE=${R_PAPERSIZE:Q}
INSTALL_DATA= ${INSTALL} ${COPY} -m ${SHAREMODE}
INSTALL_SCRIPT= ${INSTALL} ${COPY} -m ${BINMODE}
+# to build NEWS.pdf
+BUILD_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+BUILD_DEPENDS+= tex-metafont-[0-9]*:../../fonts/tex-metafont
+BUILD_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ae
+
BUILDLINK_API_DEPENDS.zlib+= zlib>=1.2.3
BUILDLINK_API_DEPENDS.bzip2+= bzip2>=1.0.5