diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-24 14:24:17 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-24 14:24:17 +0800 |
commit | 5c563445feeb5a8337c610fef2fcec2bb3ff26ca (patch) | |
tree | 8d9949ca6c69df96c0d2fd758409b3e4417976d0 /math | |
parent | 084434c78d2fa6ee66824cfb7d4ea57fbd229a1f (diff) | |
download | freebsd-ports-gnome-5c563445feeb5a8337c610fef2fcec2bb3ff26ca.tar.gz freebsd-ports-gnome-5c563445feeb5a8337c610fef2fcec2bb3ff26ca.tar.zst freebsd-ports-gnome-5c563445feeb5a8337c610fef2fcec2bb3ff26ca.zip |
Remove NO_STAGE to ports natively stage ready shown by a FORCE_STAGE exp-run
Exp-run by: bdrewery
Diffstat (limited to 'math')
-rw-r--r-- | math/gmp/Makefile | 1 | ||||
-rw-r--r-- | math/mpfr/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/math/gmp/Makefile b/math/gmp/Makefile index 1431899e86f9..3114da95544d 100644 --- a/math/gmp/Makefile +++ b/math/gmp/Makefile @@ -29,7 +29,6 @@ USE_LDCONFIG= yes INFO= gmp -NO_STAGE= yes .include <bsd.port.pre.mk> .if ! ${PORT_OPTIONS:MCPU_OPTS} diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile index 86497d5949ee..db850c0c1339 100644 --- a/math/mpfr/Makefile +++ b/math/mpfr/Makefile @@ -35,7 +35,6 @@ INFO= mpfr PORTDOCS= * -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 803000 |