diff options
author | gerald <gerald@FreeBSD.org> | 2009-01-18 03:54:37 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2009-01-18 03:54:37 +0800 |
commit | afec4d7b1a7b4d2e31d9bc8a0056df9af52fa1f7 (patch) | |
tree | 0e8819aaefc1ccc311e186bd3e54d58f0c327fde /science/getdp | |
parent | 9fcb83b149d09c3c46148e9c4f319eedc335a46b (diff) | |
download | freebsd-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/Makefile | 1 |
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 |