aboutsummaryrefslogtreecommitdiffstats
path: root/science/getdp
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2009-01-18 03:54:37 +0800
committergerald <gerald@FreeBSD.org>2009-01-18 03:54:37 +0800
commitafec4d7b1a7b4d2e31d9bc8a0056df9af52fa1f7 (patch)
tree0e8819aaefc1ccc311e186bd3e54d58f0c327fde /science/getdp
parent9fcb83b149d09c3c46148e9c4f319eedc335a46b (diff)
downloadfreebsd-ports-gnome-afec4d7b1a7b4d2e31d9bc8a0056df9af52fa1f7.tar.gz
freebsd-ports-gnome-afec4d7b1a7b4d2e31d9bc8a0056df9af52fa1f7.tar.zst
freebsd-ports-gnome-afec4d7b1a7b4d2e31d9bc8a0056df9af52fa1f7.zip
No longer pass FC, F77 and FFLAGS to CONFIGURE_ENV; this is now done via
Mk/bsd.gcc.mk.And for this port, CONFIGURE_ENV was bogus to begin with. Submitted by: Steven Kreuzer <skreuzer@exit2shell.com>
Diffstat (limited to 'science/getdp')
-rw-r--r--science/getdp/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/science/getdp/Makefile b/science/getdp/Makefile
index 9b185fdacc80..9ee0bb40ebba 100644
--- a/science/getdp/Makefile
+++ b/science/getdp/Makefile
@@ -21,7 +21,6 @@ LIB_DEPENDS= gsl.13:${PORTSDIR}/math/gsl \
USE_FORTRAN= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV+= FC="${FC}" F77="${F77}" FFLAGS="${FFLAGS}"
CONFIGURE_ARGS= --with-gsl-prefix=${LOCALBASE} \
--with-blas-lapack-prefix=${LOCALBASE}
WANT_PERL= yes