diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-21 00:05:24 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-21 00:05:24 +0800 |
commit | 1e4b97cf2bb447dd89a437bc9a9e97cdf948f4d9 (patch) | |
tree | 5bb181f11a7f16c86b8fcd2e5709da35eca65b5c /converters/R-cran-rjson | |
parent | 2b300eeb3f3f12f89596c38ef5510f621dde4ca9 (diff) | |
download | freebsd-ports-gnome-1e4b97cf2bb447dd89a437bc9a9e97cdf948f4d9.tar.gz freebsd-ports-gnome-1e4b97cf2bb447dd89a437bc9a9e97cdf948f4d9.tar.zst freebsd-ports-gnome-1e4b97cf2bb447dd89a437bc9a9e97cdf948f4d9.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: converters)
Diffstat (limited to 'converters/R-cran-rjson')
-rw-r--r-- | converters/R-cran-rjson/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/converters/R-cran-rjson/Makefile b/converters/R-cran-rjson/Makefile index 490309a76a1f..e743b1e99970 100644 --- a/converters/R-cran-rjson/Makefile +++ b/converters/R-cran-rjson/Makefile @@ -14,4 +14,5 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> |