diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-02 14:33:37 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-02 14:33:37 +0000 |
commit | 7bf1652bdaf99b0b755f7dcc647de352532ee515 (patch) | |
tree | 149ccf6e15957795fd2e787c27cc0cfc8cefd0bd /math/qd | |
parent | e577956b92c07c59df949df878a552f6b288a2ee (diff) | |
download | ports-7bf1652bdaf99b0b755f7dcc647de352532ee515.tar.gz ports-7bf1652bdaf99b0b755f7dcc647de352532ee515.zip |
Notes
Diffstat (limited to 'math/qd')
-rw-r--r-- | math/qd/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
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> |