aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2009-01-10 20:05:49 +0800
committergerald <gerald@FreeBSD.org>2009-01-10 20:05:49 +0800
commitaef8523e39c0f9d51abc048db3ee4a6af4595d0a (patch)
treea662fc4acea5ffa3ad72615f5e26d2b2d3d2c201
parent0606103d8482a797d962936d1c23b7dbabc0bd3b (diff)
downloadfreebsd-ports-gnome-aef8523e39c0f9d51abc048db3ee4a6af4595d0a.tar.gz
freebsd-ports-gnome-aef8523e39c0f9d51abc048db3ee4a6af4595d0a.tar.zst
freebsd-ports-gnome-aef8523e39c0f9d51abc048db3ee4a6af4595d0a.zip
No longer pass FC and F77 to CONFIGURE_ENV; this is now done via
Mk/bsd.gcc.mk. Submitted by: Steven Kreuzer <skreuzer@exit2shell.com>
-rw-r--r--math/fftw/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/fftw/Makefile b/math/fftw/Makefile
index b934f74b5331..0db6de94359d 100644
--- a/math/fftw/Makefile
+++ b/math/fftw/Makefile
@@ -26,7 +26,7 @@ USE_AUTOTOOLS= libtool:15
USE_FORTRAN= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" FC="${FC}" F77="${F77}"
+CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
CONFIGURE_ARGS= --enable-shared
USE_LDCONFIG= yes
PLIST_SUB= FFTW_SUFX="${FFTW_SUFX}"