pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/meta-pkgs/xfce4 Just require msgfmt for all xfce4 pack...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/78fdf8ff377e
branches:  trunk
changeset: 514884:78fdf8ff377e
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Jun 20 12:25:51 2006 +0000

description:
Just require msgfmt for all xfce4 packages.

diffstat:

 meta-pkgs/xfce4/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 31ca6ac64dcf -r 78fdf8ff377e meta-pkgs/xfce4/Makefile.common
--- a/meta-pkgs/xfce4/Makefile.common   Tue Jun 20 09:36:20 2006 +0000
+++ b/meta-pkgs/xfce4/Makefile.common   Tue Jun 20 12:25:51 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.30 2006/02/18 14:55:48 rillig Exp $
+# $NetBSD: Makefile.common,v 1.31 2006/06/20 12:25:51 joerg Exp $
 
 MASTER_SITES=          http://www.xfce.org/archive/xfce-4.2.3.2/src/ \
                        http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-4.2.3.2/src/
@@ -13,7 +13,7 @@
 USE_PKGLOCALEDIR=      yes
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
-USE_TOOLS+=            gmake pkg-config
+USE_TOOLS+=            gmake pkg-config msgfmt
 
 .if ${MACHINE_ARCH} == "alpha"
 GCC_REQD+=             3.0



Home | Main Index | Thread Index | Old Index