diff options
author | dbn <dbn@FreeBSD.org> | 2013-12-28 18:28:40 +0800 |
---|---|---|
committer | dbn <dbn@FreeBSD.org> | 2013-12-28 18:28:40 +0800 |
commit | 73b16c18ce434585aeb3497fed4dd824d127b0bd (patch) | |
tree | 8d0f3f2f1eae811733e7cf9c6eb644ab6da66df7 /www | |
parent | c54958aa0d54379fcc5b0a60c1149ddc266936fe (diff) | |
download | freebsd-ports-gnome-73b16c18ce434585aeb3497fed4dd824d127b0bd.tar.gz freebsd-ports-gnome-73b16c18ce434585aeb3497fed4dd824d127b0bd.tar.zst freebsd-ports-gnome-73b16c18ce434585aeb3497fed4dd824d127b0bd.zip |
Convert Mk/bsd.cran.mk to the Uses framework.
PR: ports/184699
Reviewed by: bapt
Approved by: portmgr (bdrewery), wen (maintainer, timeout > 2 weeks)
Diffstat (limited to 'www')
-rw-r--r-- | www/R-cran-RgoogleMaps/Makefile | 3 | ||||
-rw-r--r-- | www/R-cran-Rpad/Makefile | 3 | ||||
-rw-r--r-- | www/R-cran-httpuv/Makefile | 7 | ||||
-rw-r--r-- | www/R-cran-scrapeR/Makefile | 3 | ||||
-rw-r--r-- | www/R-cran-shiny/Makefile | 3 |
5 files changed, 6 insertions, 13 deletions
diff --git a/www/R-cran-RgoogleMaps/Makefile b/www/R-cran-RgoogleMaps/Makefile index eaafa768f912..772c569316c3 100644 --- a/www/R-cran-RgoogleMaps/Makefile +++ b/www/R-cran-RgoogleMaps/Makefile @@ -16,7 +16,6 @@ LICENSE_COMB= dual RUN_DEPENDS= R-cran-png>0:${PORTSDIR}/graphics/R-cran-png \ R-cran-RJSONIO>0:${PORTSDIR}/converters/R-cran-RJSONIO -USE_R_MOD= yes -R_MOD_AUTOPLIST= yes +USES= cran:auto-plist .include <bsd.port.mk> diff --git a/www/R-cran-Rpad/Makefile b/www/R-cran-Rpad/Makefile index d2e9dd3d40fc..6d9191bb6486 100644 --- a/www/R-cran-Rpad/Makefile +++ b/www/R-cran-Rpad/Makefile @@ -12,7 +12,6 @@ COMMENT= Workbook-style, web-based interface to R LICENSE= GPLv2 -USE_R_MOD= yes -R_MOD_AUTOPLIST= yes +USES= cran:auto-plist .include <bsd.port.mk> diff --git a/www/R-cran-httpuv/Makefile b/www/R-cran-httpuv/Makefile index b96ac974b8bb..89315329ac65 100644 --- a/www/R-cran-httpuv/Makefile +++ b/www/R-cran-httpuv/Makefile @@ -17,10 +17,7 @@ LICENSE_PERMS_NODE= auto-accept RUN_DEPENDS= R-cran-Rcpp>=0.10.2:${PORTSDIR}/devel/R-cran-Rcpp -USE_GMAKE= yes -USE_R_MOD= yes -R_MOD_AUTOPLIST= yes - -MAKE_ENV= MAKE=${GMAKE} +MAKE_ENV= MAKE=${MAKE_CMD} +USES= cran:auto-plist gmake .include <bsd.port.mk> diff --git a/www/R-cran-scrapeR/Makefile b/www/R-cran-scrapeR/Makefile index 2d260424c1de..224d67b48ed1 100644 --- a/www/R-cran-scrapeR/Makefile +++ b/www/R-cran-scrapeR/Makefile @@ -13,7 +13,6 @@ COMMENT= Tools for Scraping Data from HTML and XML Documents RUN_DEPENDS= R-cran-XML>0:${PORTSDIR}/textproc/R-cran-XML \ R-cran-RCurl>0:${PORTSDIR}/ftp/R-cran-RCurl -USE_R_MOD= yes -R_MOD_AUTOPLIST= yes +USES= cran:auto-plist .include <bsd.port.mk> diff --git a/www/R-cran-shiny/Makefile b/www/R-cran-shiny/Makefile index 3d9ede25ffc9..7fc91cc1b643 100644 --- a/www/R-cran-shiny/Makefile +++ b/www/R-cran-shiny/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= R-cran-httpuv>=1.2.0:${PORTSDIR}/www/R-cran-httpuv \ R-cran-xtable>0:${PORTSDIR}/textproc/R-cran-xtable \ R-cran-digest>0:${PORTSDIR}/security/R-cran-digest -USE_R_MOD= yes -R_MOD_AUTOPLIST= yes +USES= cran:auto-plist .include <bsd.port.mk> |