summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2014-06-19 13:19:24 +0000
committerfhajny <fhajny@pkgsrc.org>2014-06-19 13:19:24 +0000
commitc80073640e8e07a3e896868e877659473b26d520 (patch)
tree351c41e45fdbdb3194fe2640915b9034218d824d /chat
parenteb0c3a77466f86106adde677be37ef00bbdd64ed (diff)
downloadpkgsrc-c80073640e8e07a3e896868e877659473b26d520.tar.gz
Add lang/lua/tool.mk to fix build with lang/lua52.
Diffstat (limited to 'chat')
-rw-r--r--chat/prosody/Makefile3
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"