diff options
author | nia <nia@pkgsrc.org> | 2019-12-04 11:59:54 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-12-04 11:59:54 +0000 |
commit | cbd3c23fb490168e744d3515335ad74efaf33399 (patch) | |
tree | 565a82853100c13eabe6e61707030dda240cb3fb /chat/hexchat/Makefile | |
parent | e5ad4b27bffee047e675876d0ba740c2d005824a (diff) | |
download | pkgsrc-cbd3c23fb490168e744d3515335ad74efaf33399.tar.gz |
hexchat: PYTHON_VERSIONS_INCOMPATIBLE can be removed now
Meson was updated to not require this hack
Diffstat (limited to 'chat/hexchat/Makefile')
-rw-r--r-- | chat/hexchat/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/chat/hexchat/Makefile b/chat/hexchat/Makefile index ccbe7a7d9ce..b0f1bd6d736 100644 --- a/chat/hexchat/Makefile +++ b/chat/hexchat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2019/12/04 11:57:05 nia Exp $ +# $NetBSD: Makefile,v 1.40 2019/12/04 11:59:54 nia Exp $ DISTNAME= hexchat-2.14.2 PKGREVISION= 3 @@ -20,9 +20,6 @@ PKGCONFIG_OVERRIDE+= share/pkgconfig/hexchat-plugin.pc.in # XXX fails without GNU msgfmt _TOOLS_USE_PKGSRC.msgfmt= yes -# Meson -PYTHON_VERSIONS_INCOMPATIBLE= 27 - MESON_ARGS+= -Dwith-text=true MESON_ARGS+= -Dwith-appdata=false |