diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2022-03-13 03:22:37 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2022-03-13 03:22:37 +0000 |
commit | 5e52c2c09661cc8fd17004a99f9a6c96bce08449 (patch) | |
tree | 54e34a9b0163faed9be5d3dbb71dcae6925d6e82 /meta-pkgs/mate | |
parent | 6d899a49087743cb7ca0432028e6291bd6129d5f (diff) | |
download | pkgsrc-5e52c2c09661cc8fd17004a99f9a6c96bce08449.tar.gz |
mate: replace msgfmt override block with msgfmt-desktop.mk
Diffstat (limited to 'meta-pkgs/mate')
-rw-r--r-- | meta-pkgs/mate/Makefile.common | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta-pkgs/mate/Makefile.common b/meta-pkgs/mate/Makefile.common index faccfc5fc66..2d52c66489d 100644 --- a/meta-pkgs/mate/Makefile.common +++ b/meta-pkgs/mate/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.13 2021/08/06 02:12:09 gutteridge Exp $ +# $NetBSD: Makefile.common,v 1.14 2022/03/13 03:22:37 gutteridge Exp $ # used by meta-pkgs/mate/Makefile # used by print/atril/Makefile # used by sysutils/caja/Makefile @@ -46,13 +46,11 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= gmake msgfmt itstool pkg-config -# Fails without GNU msgfmt -_TOOLS_USE_PKGSRC.msgfmt= yes - MAINTAINER= youri@NetBSD.org LICENSE= gnu-gpl-v3 TOOL_DEPENDS+= ${PYPKGPREFIX}-libxml2-[0-9]*:../../textproc/py-libxml2 +.include "../../devel/gettext-tools/msgfmt-desktop.mk" .include "../../lang/python/pyversion.mk" .include "../../x11/gtk3/buildlink3.mk" |