diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/fann/Makefile | 1 | ||||
-rw-r--r-- | math/fftw-float/Makefile | 1 | ||||
-rw-r--r-- | math/minisat/Makefile | 1 | ||||
-rw-r--r-- | math/qd/Makefile | 6 |
4 files changed, 1 insertions, 8 deletions
diff --git a/math/fann/Makefile b/math/fann/Makefile index c2f99788bd22..a7911c43f9af 100644 --- a/math/fann/Makefile +++ b/math/fann/Makefile @@ -16,7 +16,6 @@ USES= cmake USE_ZIP= yes USE_LDCONFIG= yes -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|/lib/pkgconfig|/libdata/pkgconfig|g' ${WRKSRC}/CMakeLists.txt diff --git a/math/fftw-float/Makefile b/math/fftw-float/Makefile index a2fe621eeb24..c0049a967771 100644 --- a/math/fftw-float/Makefile +++ b/math/fftw-float/Makefile @@ -8,5 +8,4 @@ COMMENT= Fast C routines (Single Percision) FFTW_FLAVOR= float MASTERDIR= ${.CURDIR}/../../math/fftw -NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/math/minisat/Makefile b/math/minisat/Makefile index 6285dd8d56d6..b4a66132ea74 100644 --- a/math/minisat/Makefile +++ b/math/minisat/Makefile @@ -13,5 +13,4 @@ USES= gmake USE_LDCONFIG= yes MAKE_ENV= prefix=${PREFIX} -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/qd/Makefile b/math/qd/Makefile index b45210631c5f..2b3fccf7a0e2 100644 --- a/math/qd/Makefile +++ b/math/qd/Makefile @@ -11,11 +11,7 @@ MAINTAINER= maho@FreeBSD.org COMMENT= Double-Double and Quad-Double Arithmetic GNU_CONFIGURE= yes - -NO_STAGE= yes -.include <bsd.port.pre.mk> - USE_FORTRAN= yes CONFIGURE_ARGS+= --enable-shared=yes -.include <bsd.port.post.mk> +.include <bsd.port.mk> |