aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2007-07-12 15:48:04 +0800
committermaho <maho@FreeBSD.org>2007-07-12 15:48:04 +0800
commita38f63208fc4513e56113890a39d2920ac2488c2 (patch)
tree5c1a91db89f6a006394e8492885b233ee2e67f7b
parentd79dd446b4f798b3f3b865a20686bd6e52703fe1 (diff)
downloadfreebsd-ports-gnome-a38f63208fc4513e56113890a39d2920ac2488c2.tar.gz
freebsd-ports-gnome-a38f63208fc4513e56113890a39d2920ac2488c2.tar.zst
freebsd-ports-gnome-a38f63208fc4513e56113890a39d2920ac2488c2.zip
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
-rw-r--r--math/qd/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/math/qd/Makefile b/math/qd/Makefile
index bd351fd53ecd..e1677cabb549 100644
--- a/math/qd/Makefile
+++ b/math/qd/Makefile
@@ -17,11 +17,7 @@ GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
-WANT_FORTRAN= yes #dummy but future use
-BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
-FC= gfortran42
-F77= gfortran42
-CONFIGURE_ENV+= FC="${FC}" FFLAGS="${FFLAGS}"
+USE_FORTRAN= yes
CONFIGURE_ARGS+= --enable-shared=yes
.include <bsd.port.post.mk>