diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-26 13:51:14 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-26 13:51:14 +0000 |
commit | af7cc6136eea7b82d789f4a8304d4632d155721f (patch) | |
tree | 0e297abb6db924311cbca86f62f5b1c2ba67d9f1 /math/R | |
parent | 0b8e7b7bf96ceca3e09afb45bcb5eca5212086e0 (diff) |
Notes
Diffstat (limited to 'math/R')
-rw-r--r-- | math/R/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index 554c189d2cd9..d7da93a5060d 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -72,7 +72,7 @@ OPTIONS_DEFAULT+= ICU PCRE_PORT THREADS RUN_DEPENDS+= ${LOCALBASE}/bin/gsed:${PORTSDIR}/textproc/gsed USE_LDCONFIG= ${PREFIX}/lib/R/lib #now only used to build the R.1 manpage: -USES+= perl5 +USES+= makeinfo perl5 USE_PERL5= build OPTIONS_DEFINE+= GHOSTSCRIPT INFO_MANUALS JPEG LETTER_PAPER LIBR \ |