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 --- math/R-cran-outliers/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'math/R-cran-outliers') diff --git a/math/R-cran-outliers/Makefile b/math/R-cran-outliers/Makefile index 1a9a40486b38..d2974356fa11 100644 --- a/math/R-cran-outliers/Makefile +++ b/math/R-cran-outliers/Makefile @@ -13,5 +13,4 @@ COMMENT= Collection of some tests commonly used for identifying outliers USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include -- cgit