diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-09-25 08:54:08 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-09-25 08:54:08 +0800 |
commit | 6af4ff201e6b2e1d8d4442d30fe3cf38945ff7e4 (patch) | |
tree | 8faaee74abe14ca7569b7b9c61a088cb0a3df0c6 /math | |
parent | dd6f2d54fcc57f2ed4c9eabfae54aa2399c1d6c2 (diff) | |
download | freebsd-ports-gnome-6af4ff201e6b2e1d8d4442d30fe3cf38945ff7e4.tar.gz freebsd-ports-gnome-6af4ff201e6b2e1d8d4442d30fe3cf38945ff7e4.tar.zst freebsd-ports-gnome-6af4ff201e6b2e1d8d4442d30fe3cf38945ff7e4.zip |
- Remove NO_STAGE as these have been tested to be safe
With hat: portmgr
Diffstat (limited to 'math')
-rw-r--r-- | math/fflas-ffpack/Makefile | 1 | ||||
-rw-r--r-- | math/givaro/Makefile | 1 | ||||
-rw-r--r-- | math/gmm++/Makefile | 1 | ||||
-rw-r--r-- | math/libneural/Makefile | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/math/fflas-ffpack/Makefile b/math/fflas-ffpack/Makefile index 52b7e7059af3..1a33391e5bda 100644 --- a/math/fflas-ffpack/Makefile +++ b/math/fflas-ffpack/Makefile @@ -19,7 +19,6 @@ CONFIGURE_ARGS= --with-gmp="${LOCALBASE}" OPTIONS_DEFINE= DOXYGEN OPTIMIZED_CFLAGS -NO_STAGE= yes .include <bsd.port.options.mk> .if ${LOCALBASE} == "/usr/local" diff --git a/math/givaro/Makefile b/math/givaro/Makefile index a7d34f266265..f999a91e289d 100644 --- a/math/givaro/Makefile +++ b/math/givaro/Makefile @@ -22,7 +22,6 @@ USE_LDCONFIG= yes OPTIONS_DEFINE= DOXYGEN -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOXYGEN} diff --git a/math/gmm++/Makefile b/math/gmm++/Makefile index d1684266c9b0..a4dc29cc0f0d 100644 --- a/math/gmm++/Makefile +++ b/math/gmm++/Makefile @@ -19,5 +19,4 @@ LICENSE= LGPL3 GNU_CONFIGURE= yes NO_BUILD= yes -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/libneural/Makefile b/math/libneural/Makefile index b46c8c95b0e3..792f04050763 100644 --- a/math/libneural/Makefile +++ b/math/libneural/Makefile @@ -14,7 +14,6 @@ USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ ${WRKSRC}/configure |