diff options
author | lx <lx@FreeBSD.org> | 2014-01-28 20:16:01 +0000 |
---|---|---|
committer | lx <lx@FreeBSD.org> | 2014-01-28 20:16:01 +0000 |
commit | 9bf6a2d15b8505d3be92f66c86855d9f2f7b3a69 (patch) | |
tree | 967efa8eb56f44151fcb6bb94cc89d8d52f907cb /textproc/luaexpat/Makefile | |
parent | 2213199cc4a4b2e234acd5ab92c84fdac72a5ec0 (diff) | |
download | FreeBSD-ports-9bf6a2d15b8505d3be92f66c86855d9f2f7b3a69.zip FreeBSD-ports-9bf6a2d15b8505d3be92f66c86855d9f2f7b3a69.tar.gz |
Fix build and STAGEify.
PR: ports/185899
Submitted by: ashish@
Diffstat (limited to 'textproc/luaexpat/Makefile')
-rw-r--r-- | textproc/luaexpat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/luaexpat/Makefile b/textproc/luaexpat/Makefile index dacd19b..b6e0db5 100644 --- a/textproc/luaexpat/Makefile +++ b/textproc/luaexpat/Makefile @@ -13,6 +13,7 @@ COMMENT= LuaExpat is a SAX XML parser based on the Expat library LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 +USES= gmake MAKEFILE= makefile ALL_TARGET= lib USE_LUA= 5.0-5.1 @@ -21,7 +22,6 @@ WANT_LUA_VER= 5.1 CFLAGS+= -fPIC -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${LUA_VER} == 5.0 |