diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-02-21 21:35:07 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-02-21 21:35:07 +0000 |
commit | 5357f3d7069c53624d181d8e893e8afe3151eaad (patch) | |
tree | b3f246190e9b43c9aea4370939dbb6bb7b7d6b52 /editors/yzis | |
parent | 973fd44bd87e56eb433684352db56e7677be5df4 (diff) | |
download | ports-5357f3d7069c53624d181d8e893e8afe3151eaad.tar.gz ports-5357f3d7069c53624d181d8e893e8afe3151eaad.zip |
Notes
Diffstat (limited to 'editors/yzis')
-rw-r--r-- | editors/yzis/Makefile | 3 |
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 |