diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-26 15:38:21 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-26 15:38:21 +0000 |
| commit | ecd30ca8b8ddfc9e903b8370fc8443f8e7585da8 (patch) | |
| tree | f99fb001f15cdac9d77ea829fb669490f5cd0647 /textproc/luaexpat | |
| parent | e7c3cd6a2d512787477e0055df6b24588bada955 (diff) | |
Notes
Diffstat (limited to 'textproc/luaexpat')
| -rw-r--r-- | textproc/luaexpat/Makefile | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/textproc/luaexpat/Makefile b/textproc/luaexpat/Makefile index b6e0db571c31..159bc700a18a 100644 --- a/textproc/luaexpat/Makefile +++ b/textproc/luaexpat/Makefile @@ -11,21 +11,12 @@ PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} MAINTAINER= lx@FreeBSD.org COMMENT= LuaExpat is a SAX XML parser based on the Expat library -LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 -USES= gmake +USES= gmake lua:51 MAKEFILE= makefile ALL_TARGET= lib -USE_LUA= 5.0-5.1 -LUA_PREMK= yes -WANT_LUA_VER= 5.1 CFLAGS+= -fPIC -.include <bsd.port.pre.mk> - -.if ${LUA_VER} == 5.0 -BUILD_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/devel/lua50-compat51:build -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |
