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-zoo | |
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-zoo')
-rw-r--r-- | math/R-cran-zoo/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/math/R-cran-zoo/Makefile b/math/R-cran-zoo/Makefile index 2ae1c66c4a11..0ca119239693 100644 --- a/math/R-cran-zoo/Makefile +++ b/math/R-cran-zoo/Makefile @@ -15,5 +15,4 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> |