diff options
author | fhajny <fhajny> | 2014-06-19 13:19:24 +0000 |
---|---|---|
committer | fhajny <fhajny> | 2014-06-19 13:19:24 +0000 |
commit | 61f2cc974957c5c8eb81ec7d2cd56de779c6dcc6 (patch) | |
tree | 351c41e45fdbdb3194fe2640915b9034218d824d /chat | |
parent | 6e9f6049e7f523f07c4fb19831593091336496cc (diff) | |
download | pkgsrc-61f2cc974957c5c8eb81ec7d2cd56de779c6dcc6.tar.gz |
Add lang/lua/tool.mk to fix build with lang/lua52.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/prosody/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/prosody/Makefile b/chat/prosody/Makefile index 2f5b01ba485..c2ea78b075d 100644 --- a/chat/prosody/Makefile +++ b/chat/prosody/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2014/05/03 13:01:24 alnsn Exp $ +# $NetBSD: Makefile,v 1.16 2014/06/19 13:19:24 fhajny Exp $ # DISTNAME= prosody-0.9.4 @@ -82,6 +82,7 @@ SUBST_SED.config+= -e 's,@PROSODY_LOG@,${PROSODY_LOG},' SUBST_SED.config+= -e 's,@PROSODY_RUN@,${PROSODY_RUN},' .include "../../lang/lua/application.mk" +.include "../../lang/lua/tool.mk" .include "../../devel/libidn/buildlink3.mk" .include "../../lang/lua/buildlink3.mk" |