summaryrefslogtreecommitdiff
path: root/math/R
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-03-06 11:48:50 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-03-06 11:48:50 +0000
commitd606de8ef9436f8d5bb94ba8342c96fb488288c6 (patch)
tree9c1f02944d26f5c769aa1b7cfc029cc6cfbb45b2 /math/R
parentUnbreak by chasing checksum (minor source code changes, and a new data (diff)
- Unbreak: Build the four documentation formats sequentially (instead of simultaneously)
to prevent perl 5.8 from using too much memory (> 512 MB) and being killed. PR: ports/63804 Submitted by: Eric van Gyzen <vangyzen@stat.duke.edu> (maintainer)
Notes
Notes: svn path=/head/; revision=103091
Diffstat (limited to 'math/R')
-rw-r--r--math/R/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/math/R/Makefile b/math/R/Makefile
index 836b3adf9c01..84503ef49bc4 100644
--- a/math/R/Makefile
+++ b/math/R/Makefile
@@ -68,8 +68,10 @@ MAN1= R.1
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 502000
-BROKEN= "Broken pkg-plist"
+# Build the four documentation formats sequentially (instead of simultaneously)
+# to prevent perl 5.8 from using too much memory (> 512 MB) and being killed.
+.if ${PERL_LEVEL} >= 500800
+ALL_TARGET= Makefile Makeconf R help html latex examples stamp-recommended
.endif
test check: build