diff options
author | David Naylor <dbn@FreeBSD.org> | 2013-11-27 18:56:43 +0000 |
---|---|---|
committer | David Naylor <dbn@FreeBSD.org> | 2013-11-27 18:56:43 +0000 |
commit | f62456a87230e4bb9b519c2c867d5c2ab50ed74a (patch) | |
tree | 75749e5a75551a5b29335357c10f4c95a9dc23da /net/R-cran-twitteR | |
parent | devel/py-setuptools: Python packages installer (diff) |
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
Notes
Notes:
svn path=/head/; revision=335044
Diffstat (limited to 'net/R-cran-twitteR')
-rw-r--r-- | net/R-cran-twitteR/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/R-cran-twitteR/Makefile b/net/R-cran-twitteR/Makefile index 79fc54d01163..d0e4f4e22bad 100644 --- a/net/R-cran-twitteR/Makefile +++ b/net/R-cran-twitteR/Makefile @@ -19,5 +19,4 @@ RUN_DEPENDS= R-cran-RCurl>0:${PORTSDIR}/ftp/R-cran-RCurl \ USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> |