diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2011-11-15 20:09:02 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2011-11-15 20:09:02 +0000 |
commit | 8361e1265ddf39db1974f10d95bbdcf49fadce34 (patch) | |
tree | 9c63c95e4f554711199cac21df24d1d9c6074091 /Mk | |
parent | 4f41a2ad8896ec09176acfce8ab4eb8877777f67 (diff) |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.cran.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Mk/bsd.cran.mk b/Mk/bsd.cran.mk index 217d3cfb4c20..05dd16ac06d0 100644 --- a/Mk/bsd.cran.mk +++ b/Mk/bsd.cran.mk @@ -25,6 +25,8 @@ MASTER_SITES?= ${MASTER_CRAN_SITES} .if defined(USE_R_MOD) BUILD_DEPENDS+= ${LOCALBASE}/bin/R:${PORTSDIR}/math/R RUN_DEPENDS+= ${LOCALBASE}/bin/R:${PORTSDIR}/math/R + +PKGNAMEPREFIX?= R-cran- .endif R_MOD_DIR?= lib/R/library/${PORTNAME} |