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-dlmodeler/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'math/R-cran-dlmodeler') diff --git a/math/R-cran-dlmodeler/Makefile b/math/R-cran-dlmodeler/Makefile index 002f1d4170d0..1976515f95c9 100644 --- a/math/R-cran-dlmodeler/Makefile +++ b/math/R-cran-dlmodeler/Makefile @@ -16,5 +16,4 @@ LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include -- cgit