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 /astro/R-cran-maptools | |
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 'astro/R-cran-maptools')
-rw-r--r-- | astro/R-cran-maptools/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/astro/R-cran-maptools/Makefile b/astro/R-cran-maptools/Makefile index 5fa4d9bbd452..86565cf9f031 100644 --- a/astro/R-cran-maptools/Makefile +++ b/astro/R-cran-maptools/Makefile @@ -15,7 +15,6 @@ LICENSE_COMB= dual RUN_DEPENDS= R-cran-sp>=1.0.11:${PORTSDIR}/math/R-cran-sp -NO_STAGE= yes USE_R_MOD= yes R_MOD_AUTOPLIST= yes |