diff options
author | gerald <gerald@FreeBSD.org> | 2009-01-18 04:04:24 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2009-01-18 04:04:24 +0800 |
commit | 4f9720ed6e76f5eac4016c4cfc7ddebad98ee1ac (patch) | |
tree | a98f61ad0e09607960bc60c3b90e969035f22932 /astro | |
parent | afec4d7b1a7b4d2e31d9bc8a0056df9af52fa1f7 (diff) | |
download | freebsd-ports-gnome-4f9720ed6e76f5eac4016c4cfc7ddebad98ee1ac.tar.gz freebsd-ports-gnome-4f9720ed6e76f5eac4016c4cfc7ddebad98ee1ac.tar.zst freebsd-ports-gnome-4f9720ed6e76f5eac4016c4cfc7ddebad98ee1ac.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>
Diffstat (limited to 'astro')
-rw-r--r-- | astro/nightfall/Makefile | 1 |
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 |