diff options
author | bapt <bapt@FreeBSD.org> | 2013-11-04 15:31:27 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-11-04 15:31:27 +0800 |
commit | 6e2fd57f233517d359f739d679087a5d2cdff33d (patch) | |
tree | edc91f88108373a3002f6c7847442816dc71d781 /math | |
parent | 33cd1bb37993ab803f5d7124f49935c22cf3032b (diff) | |
download | freebsd-ports-gnome-6e2fd57f233517d359f739d679087a5d2cdff33d.tar.gz freebsd-ports-gnome-6e2fd57f233517d359f739d679087a5d2cdff33d.tar.zst freebsd-ports-gnome-6e2fd57f233517d359f739d679087a5d2cdff33d.zip |
Mark as NO_STAGE
Somehow this port managed to not be touched during the NO_STAGE sweep.
Reported by: marino
Diffstat (limited to 'math')
-rw-r--r-- | math/R-cran-sspir/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/R-cran-sspir/Makefile b/math/R-cran-sspir/Makefile index 1ae27f8ec524..2d34035e3801 100644 --- a/math/R-cran-sspir/Makefile +++ b/math/R-cran-sspir/Makefile @@ -16,4 +16,6 @@ RUN_DEPENDS= R-cran-mvtnorm>=0.9.96_11:${PORTSDIR}/math/R-cran-mvtnorm \ USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes + .include <bsd.port.mk> |