aboutsummaryrefslogtreecommitdiff
path: root/math/algae/Makefile
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2009-01-10 11:00:35 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2009-01-10 11:00:35 +0000
commita11913d878d74b57d9f30c7aec70e3f50ae9b908 (patch)
treea4af310937de584a58afa016c5343959e9bb8057 /math/algae/Makefile
parentd42cf20330b46ead69b7ecc34c967a1bd73b7fc1 (diff)
downloadports-a11913d878d74b57d9f30c7aec70e3f50ae9b908.tar.gz
ports-a11913d878d74b57d9f30c7aec70e3f50ae9b908.zip
No longer pass FC, F77 and FFLAGS to CONFIGURE_ENV; this is now done via
Mk/bsd.gcc.mk. Submitted by: Steven Kreuzer <skreuzer@exit2shell.com>
Notes
Notes: svn path=/head/; revision=225640
Diffstat (limited to 'math/algae/Makefile')
-rw-r--r--math/algae/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/algae/Makefile b/math/algae/Makefile
index d3e375007ecf..0bd6fd1d43a3 100644
--- a/math/algae/Makefile
+++ b/math/algae/Makefile
@@ -25,7 +25,7 @@ MAN1= algae.1
INFO= algae
USE_FORTRAN= yes
-CONFIGURE_ENV+= FC="${FC}" F77="${F77}" FFLAGS="${FFLAGS}" LDFLAGS="${LDFLAGS} -L`${CAT} ${WRKSRC}/LIBDIR`/../../.. -L`${CAT} ${WRKSRC}/LIBDIR` -L${LOCALBASE}/lib"
+CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L`${CAT} ${WRKSRC}/LIBDIR`/../../.. -L`${CAT} ${WRKSRC}/LIBDIR` -L${LOCALBASE}/lib"
FORTRANLIBS= gfortranbegin gfortran
post-patch: