From 2a38a4b34a96fce90b1b730ac00b621e0e81f40f Mon Sep 17 00:00:00 2001 From: dbn Date: Wed, 27 Nov 2013 18:56:43 +0000 Subject: Add stage support to Mk/bsd.cran.mk and all USE_R_MOD ports (aka R-cran-*). Since this patch converts all affected ports, bsd.cran.mk no longer supports NO_STAGE and errors out if NO_STAGE is set. Exp-run: ports/184216 Reviewed by: bdrewery Approved by: portsmgr, wen --- www/R-cran-httpuv/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'www/R-cran-httpuv') diff --git a/www/R-cran-httpuv/Makefile b/www/R-cran-httpuv/Makefile index ea8a31801e5..b96ac974b8b 100644 --- a/www/R-cran-httpuv/Makefile +++ b/www/R-cran-httpuv/Makefile @@ -23,5 +23,4 @@ R_MOD_AUTOPLIST= yes MAKE_ENV= MAKE=${GMAKE} -NO_STAGE= yes .include -- cgit