summaryrefslogtreecommitdiff
path: root/astro/nightfall
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2009-01-17 20:04:24 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2009-01-17 20:04:24 +0000
commitfe3937453998f3f0ce470a487b0463389cbc29e2 (patch)
tree90fd3e71b273fcf4b43bb887a177975ce7a6b4d4 /astro/nightfall
parentNo longer pass FC, F77 and FFLAGS to CONFIGURE_ENV; this is now done via (diff)
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=226323
Diffstat (limited to 'astro/nightfall')
-rw-r--r--astro/nightfall/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/astro/nightfall/Makefile b/astro/nightfall/Makefile
index 9412c09ba47b..9155f2689aef 100644
--- a/astro/nightfall/Makefile
+++ b/astro/nightfall/Makefile
@@ -47,7 +47,6 @@ CONFIGURE_ARGS+= --with-gnuplot
.else
LIB_DEPENDS+= pgplot.5:${PORTSDIR}/graphics/pgplot
USE_FORTRAN= yes
-CONFIGURE_ENV+= FC="${FC}" F77="${F77}" FFLAGS="${FFLAGS}"
CONFIGURE_ARGS+= --with-pgplot-include=${LOCALBASE}/include \
--with-pgplot-lib=${LOCALBASE}/lib
.endif