diff options
Diffstat (limited to 'www/R-cran-httpuv/Makefile')
-rw-r--r-- | www/R-cran-httpuv/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
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> |