aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2009-01-18 03:51:12 +0800
committergerald <gerald@FreeBSD.org>2009-01-18 03:51:12 +0800
commit9fcb83b149d09c3c46148e9c4f319eedc335a46b (patch)
treeb356628ef783178d691c86a7794efcdbbf567b96
parent0de9bf17a17f728b7df674a784228928bb200f9d (diff)
downloadfreebsd-ports-graphics-9fcb83b149d09c3c46148e9c4f319eedc335a46b.tar.gz
freebsd-ports-graphics-9fcb83b149d09c3c46148e9c4f319eedc335a46b.tar.zst
freebsd-ports-graphics-9fcb83b149d09c3c46148e9c4f319eedc335a46b.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>
-rw-r--r--science/libctl/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/science/libctl/Makefile b/science/libctl/Makefile
index 07944f56596..40fa8874a62 100644
--- a/science/libctl/Makefile
+++ b/science/libctl/Makefile
@@ -18,7 +18,6 @@ COMMENT= Control Language Library
LIB_DEPENDS= guile.19:${PORTSDIR}/lang/guile
USE_AUTOTOOLS= libtool:15
-CONFIGURE_ENV+= FC="${FC}" F77="${F77}" FFLAGS="${FFLAGS}"
USE_FORTRAN= yes
USE_LDCONFIG= yes