diff options
author | dbn <dbn@FreeBSD.org> | 2013-11-28 02:56:43 +0800 |
---|---|---|
committer | dbn <dbn@FreeBSD.org> | 2013-11-28 02:56:43 +0800 |
commit | 2a38a4b34a96fce90b1b730ac00b621e0e81f40f (patch) | |
tree | 75749e5a75551a5b29335357c10f4c95a9dc23da /math/R-cran-outliers | |
parent | 19c623e8bad27bd88eefae617903f5411f12fa88 (diff) | |
download | freebsd-ports-gnome-2a38a4b34a96fce90b1b730ac00b621e0e81f40f.tar.gz freebsd-ports-gnome-2a38a4b34a96fce90b1b730ac00b621e0e81f40f.tar.zst freebsd-ports-gnome-2a38a4b34a96fce90b1b730ac00b621e0e81f40f.zip |
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
Diffstat (limited to 'math/R-cran-outliers')
-rw-r--r-- | math/R-cran-outliers/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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 <bsd.port.mk> |