aboutsummaryrefslogtreecommitdiff
path: root/textproc/luaexpat
diff options
context:
space:
mode:
authorDavid Thiel <lx@FreeBSD.org>2018-07-30 21:43:30 +0000
committerDavid Thiel <lx@FreeBSD.org>2018-07-30 21:43:30 +0000
commit344f8dc85b81eb5e5ac4d5a5aab813f540eb23c9 (patch)
tree0394a25b30c06efe32fb03e03f87e1d82742ca8c /textproc/luaexpat
parent91a234035174bd2a167b4f2f65fe14728058e4f1 (diff)
Notes
Diffstat (limited to 'textproc/luaexpat')
-rw-r--r--textproc/luaexpat/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/luaexpat/Makefile b/textproc/luaexpat/Makefile
index 203f68538de4..ee4319ddb1d1 100644
--- a/textproc/luaexpat/Makefile
+++ b/textproc/luaexpat/Makefile
@@ -3,7 +3,7 @@
PORTNAME= luaexpat
PORTVERSION= 1.3.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= textproc
MASTER_SITES= http://matthewwild.co.uk/projects/luaexpat/ \
http://redundancy.redundancy.org/mirror/
@@ -12,15 +12,17 @@ PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX}
MAINTAINER= lx@FreeBSD.org
COMMENT= LuaExpat is a SAX XML parser based on the Expat library
+LICENSE= MIT
+
LIB_DEPENDS= libexpat.so:textproc/expat2
USES?= lua
USES+= gmake
ALL_TARGET= lib
-CFLAGS+= -DLUA_32BITS
CFLAGS+= -fPIC
LDFLAGS+= -L${LOCALBASE}/lib
+MAKE_ARGS+= COMMON_CFLAGS="-Wall"
MAKE_ENV= LUA_CDIR=${LUA_MODLIBDIR} LUA_LDIR=${LUA_MODSHAREDIR} LUA_INC="-I${LUA_INCDIR}" EXPAT_INC="-I${LOCALBASE}/include"
.include <bsd.port.mk>