diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-21 21:56:54 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-21 21:56:54 +0000 |
commit | fcc4bbdec11e57d5879b8ffe07b0e2a37d7a9e65 (patch) | |
tree | a81ea99f5e6df4fb555bdd2974bc9ce05e8da58a /dns/dnsmasq-devel | |
parent | dfeaf523bb5d51da8a7c4625fe81628d1cb53140 (diff) |
Notes
Diffstat (limited to 'dns/dnsmasq-devel')
-rw-r--r-- | dns/dnsmasq-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/dnsmasq-devel/Makefile b/dns/dnsmasq-devel/Makefile index 35d647a00e58..3242f4361a5c 100644 --- a/dns/dnsmasq-devel/Makefile +++ b/dns/dnsmasq-devel/Makefile @@ -62,7 +62,7 @@ CFLAGS+= -DHAVE_DBUS .if ${PORT_OPTIONS:MLUA} CFLAGS+= -DHAVE_LUASCRIPT -USE_LUA= 5.1 +USES+= lua .endif .if ${PORT_OPTIONS:MDNSSEC} @@ -76,7 +76,7 @@ USE_RC_SUBR= dnsmasq .include <bsd.port.pre.mk> post-patch: - ${REINPLACE_CMD} -e "s/lua5\.1/lua-5.1/" ${WRKSRC}/Makefile + ${REINPLACE_CMD} -e "s/lua5\.1/lua-${LUA_VER}/" ${WRKSRC}/Makefile pre-configure: @: |