pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/meta-pkgs/xfce4



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Wed Dec  2 00:41:34 UTC 2020

Modified Files:
        pkgsrc/meta-pkgs/xfce4: Makefile.common

Log Message:
xfce4: xgettext is also a common tool dependency


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 pkgsrc/meta-pkgs/xfce4/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/meta-pkgs/xfce4/Makefile.common
diff -u pkgsrc/meta-pkgs/xfce4/Makefile.common:1.67 pkgsrc/meta-pkgs/xfce4/Makefile.common:1.68
--- pkgsrc/meta-pkgs/xfce4/Makefile.common:1.67 Tue Mar 10 22:11:26 2020
+++ pkgsrc/meta-pkgs/xfce4/Makefile.common      Wed Dec  2 00:41:34 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.67 2020/03/10 22:11:26 wiz Exp $
+# $NetBSD: Makefile.common,v 1.68 2020/12/02 00:41:34 gutteridge Exp $
 #
 # used by archivers/xfce4-thunar-archive/Makefile
 # used by audio/xfce4-mixer/Makefile
@@ -75,7 +75,7 @@ XFCE4_VERSION=                4.14.0
 USE_PKGLOCALEDIR=      yes
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
-USE_TOOLS+=            gmake pkg-config msgfmt perl intltool
+USE_TOOLS+=            gmake pkg-config msgfmt perl intltool xgettext
 
 XFCE4_EGBASE=          ${PREFIX}/share/examples/xfce4
 



Home | Main Index | Thread Index | Old Index