summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorprlw1 <prlw1@pkgsrc.org>2019-10-07 09:28:09 +0000
committerprlw1 <prlw1@pkgsrc.org>2019-10-07 09:28:09 +0000
commit9db9a4a74a876e74b9b2560f93b535e2642492d6 (patch)
tree4a7b6f4f772ffb79d52d3aa6359f4b94a4d920a9 /chat
parent51cf450be45a51f593eca7ef41c55c94ae28aebd (diff)
downloadpkgsrc-9db9a4a74a876e74b9b2560f93b535e2642492d6.tar.gz
Rename py-meson to meson.
The motivation is to consider meson as an application, so there is only one copy on the system, and as a python 3 program, it can build python 2 packages.
Diffstat (limited to 'chat')
-rw-r--r--chat/hexchat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/hexchat/Makefile b/chat/hexchat/Makefile
index 5d8cc4da872..bf85f9a5e95 100644
--- a/chat/hexchat/Makefile
+++ b/chat/hexchat/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2019/08/11 13:18:03 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2019/10/07 09:28:09 prlw1 Exp $
DISTNAME= hexchat-2.14.2
PKGREVISION= 2
@@ -42,7 +42,7 @@ PLIST_SUBST+= SOEXT=${SOEXT}
LDFLAGS.SunOS+= -lsocket -lnsl
-.include "../../devel/py-meson/build.mk"
+.include "../../devel/meson/build.mk"
.include "../../textproc/iso-codes/buildlink3.mk"
.include "../../devel/pango/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"