summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorfhajny <fhajny>2014-06-19 13:19:24 +0000
committerfhajny <fhajny>2014-06-19 13:19:24 +0000
commit6adca797986352620f314d617e04287a727fb82a (patch)
tree351c41e45fdbdb3194fe2640915b9034218d824d /chat
parent000f4bf1ffe5d3a898f67e347964864bef6bd126 (diff)
downloadpkgsrc-6adca797986352620f314d617e04287a727fb82a.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"