aboutsummaryrefslogtreecommitdiff
path: root/editors/yzis
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2009-02-21 21:35:07 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2009-02-21 21:35:07 +0000
commit5357f3d7069c53624d181d8e893e8afe3151eaad (patch)
treeb3f246190e9b43c9aea4370939dbb6bb7b7d6b52 /editors/yzis
parent973fd44bd87e56eb433684352db56e7677be5df4 (diff)
downloadports-5357f3d7069c53624d181d8e893e8afe3151eaad.tar.gz
ports-5357f3d7069c53624d181d8e893e8afe3151eaad.zip
No longer pass F77="${F77}" FFLAGS="${FFLAGS}" to CONFIGURE_ENV; this is
now the default when USE_FORTRAN is set. Approved by: ganael.laplanche@martymac.com (maintainer)
Notes
Notes: svn path=/head/; revision=228794
Diffstat (limited to 'editors/yzis')
-rw-r--r--editors/yzis/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/yzis/Makefile b/editors/yzis/Makefile
index 2f1edfc26470..680c8a953d43 100644
--- a/editors/yzis/Makefile
+++ b/editors/yzis/Makefile
@@ -46,8 +46,7 @@ CPPFLAGS= -I${LOCALBASE}/include -I${LUA_INCDIR}
LDFLAGS= -L${LOCALBASE}/lib -L${LUA_LIBDIR}
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
LDFLAGS="${LDFLAGS}" \
- PTHREAD_LIBS="${PTHREAD_LIBS}" \
- F77="${F77}" FFLAGS="${FFLAGS}"
+ PTHREAD_LIBS="${PTHREAD_LIBS}"
CONFIGURE_ARGS= --with-lua-includes=${LUA_INCDIR} \
--with-lua-libraries=${LUA_LIBDIR}
GNU_CONFIGURE= yes