diff options
author | dholland <dholland> | 2011-12-11 21:10:05 +0000 |
---|---|---|
committer | dholland <dholland> | 2011-12-11 21:10:05 +0000 |
commit | 18c57871d0a080a67693c887cb1218d3528ba7a2 (patch) | |
tree | 872196f95d7a893c9314a4b9ccc3ec3a76bb3cb6 /math | |
parent | 7c90e359de97a89a5a3b31af0b896a8c4982ed1d (diff) | |
download | pkgsrc-18c57871d0a080a67693c887cb1218d3528ba7a2.tar.gz |
fix pasto
Diffstat (limited to 'math')
-rw-r--r-- | math/R/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index d87c6dd70f4..414159134be 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.121 2011/12/11 18:41:47 markd Exp $ +# $NetBSD: Makefile,v 1.122 2011/12/11 21:10:05 dholland Exp $ DISTNAME= R-2.14.0 PKGREVISION= 1 @@ -96,7 +96,7 @@ 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 +BUILD_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec BUILDLINK_API_DEPENDS.zlib+= zlib>=1.2.3 BUILDLINK_API_DEPENDS.bzip2+= bzip2>=1.0.5 |