Wed Dec 2 00:43:47 2020 UTC ()
xfce4: msgmerge is also a common tool dependency


(gutteridge)
diff -r1.68 -r1.69 pkgsrc/meta-pkgs/xfce4/Makefile.common

cvs diff -r1.68 -r1.69 pkgsrc/meta-pkgs/xfce4/Makefile.common (expand / switch to unified diff)

--- pkgsrc/meta-pkgs/xfce4/Makefile.common 2020/12/02 00:41:34 1.68
+++ pkgsrc/meta-pkgs/xfce4/Makefile.common 2020/12/02 00:43:47 1.69
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile.common,v 1.68 2020/12/02 00:41:34 gutteridge Exp $ 1# $NetBSD: Makefile.common,v 1.69 2020/12/02 00:43:47 gutteridge Exp $
2# 2#
3# used by archivers/xfce4-thunar-archive/Makefile 3# used by archivers/xfce4-thunar-archive/Makefile
4# used by audio/xfce4-mixer/Makefile 4# used by audio/xfce4-mixer/Makefile
5# used by audio/xfce4-xmms-plugin/Makefile 5# used by audio/xfce4-xmms-plugin/Makefile
6# used by devel/xfce4-conf/Makefile 6# used by devel/xfce4-conf/Makefile
7# used by devel/xfce4-dev-tools/Makefile 7# used by devel/xfce4-dev-tools/Makefile
8# used by comms/xfce4-modemlights-plugin/Makefile 8# used by comms/xfce4-modemlights-plugin/Makefile
9# used by editors/xfce4-mousepad/Makefile 9# used by editors/xfce4-mousepad/Makefile
10# used by mail/xfce4-mailwatch-plugin/Makefile 10# used by mail/xfce4-mailwatch-plugin/Makefile
11# used by meta-pkgs/xfce4-extras/Makefile 11# used by meta-pkgs/xfce4-extras/Makefile
12# used by misc/xfce4-calculator-plugin/Makefile 12# used by misc/xfce4-calculator-plugin/Makefile
13# used by misc/xfce4-smartbookmark-plugin/Makefile 13# used by misc/xfce4-smartbookmark-plugin/Makefile
14# used by misc/xfce4-time-out-plugin/Makefile 14# used by misc/xfce4-time-out-plugin/Makefile
@@ -65,20 +65,20 @@ @@ -65,20 +65,20 @@
65 65
66MASTER_SITES= http://archive.xfce.org/src/xfce/ 66MASTER_SITES= http://archive.xfce.org/src/xfce/
67EXTRACT_SUFX= .tar.bz2 67EXTRACT_SUFX= .tar.bz2
68 68
69MAINTAINER= youri@NetBSD.org 69MAINTAINER= youri@NetBSD.org
70HOMEPAGE= https://www.xfce.org/ 70HOMEPAGE= https://www.xfce.org/
71LICENSE= gnu-gpl-v2 71LICENSE= gnu-gpl-v2
72 72
73XFCE4_VERSION= 4.14.0 73XFCE4_VERSION= 4.14.0
74 74
75USE_PKGLOCALEDIR= yes 75USE_PKGLOCALEDIR= yes
76USE_LIBTOOL= yes 76USE_LIBTOOL= yes
77GNU_CONFIGURE= yes 77GNU_CONFIGURE= yes
78USE_TOOLS+= gmake pkg-config msgfmt perl intltool xgettext 78USE_TOOLS+= gmake pkg-config msgfmt msgmerge perl intltool xgettext
79 79
80XFCE4_EGBASE= ${PREFIX}/share/examples/xfce4 80XFCE4_EGBASE= ${PREFIX}/share/examples/xfce4
81 81
82CONFIGURE_ARGS.Darwin+= --disable-visibility 82CONFIGURE_ARGS.Darwin+= --disable-visibility
83 83
84.include "../../x11/gtk3/buildlink3.mk" 84.include "../../x11/gtk3/buildlink3.mk"