diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-02 22:33:37 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-02 22:33:37 +0800 |
commit | 2cbd09f912f78415d4c42c70a8c74fddd2f016d6 (patch) | |
tree | 149ccf6e15957795fd2e787c27cc0cfc8cefd0bd /math | |
parent | 306667c1f8b69751d430df6eaa3672b32817341a (diff) | |
download | freebsd-ports-gnome-2cbd09f912f78415d4c42c70a8c74fddd2f016d6.tar.gz freebsd-ports-gnome-2cbd09f912f78415d4c42c70a8c74fddd2f016d6.tar.zst freebsd-ports-gnome-2cbd09f912f78415d4c42c70a8c74fddd2f016d6.zip |
- Stage support
- Convert few ports to USES
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> |