diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-16 16:32:07 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-16 16:32:07 +0000 |
commit | e4343d70fd4006cdded06afba566cf5ac81c1042 (patch) | |
tree | 2b1105fda751368f91c2495b29c8d7ed7603adbd /math/R | |
parent | 778e2d35510d4f8fa6bbae934b313771189e4268 (diff) |
Convert to new perl framework
Convert USE_GMAKE to USES
Notes
Notes:
svn path=/head/; revision=327411
Diffstat (limited to 'math/R')
-rw-r--r-- | math/R/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index 61edf9f4adfe..76bfebd37144 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -66,7 +66,8 @@ 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: -USE_PERL5_BUILD= yes +USES+= perl5 +USE_PERL5= build MAN1= R.1 Rscript.1 |