diff options
author | gerald <gerald@FreeBSD.org> | 2009-01-18 03:51:12 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2009-01-18 03:51:12 +0800 |
commit | 9fcb83b149d09c3c46148e9c4f319eedc335a46b (patch) | |
tree | b356628ef783178d691c86a7794efcdbbf567b96 | |
parent | 0de9bf17a17f728b7df674a784228928bb200f9d (diff) | |
download | freebsd-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/Makefile | 1 |
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 |