diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-20 12:25:51 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-20 12:25:51 +0000 |
commit | b0fa9bd5d6e25ff884656a10713aa7603ba3a4d9 (patch) | |
tree | fb0675a564edf5236fd313730d8aba2e24051705 /meta-pkgs | |
parent | 92bfa1762bb68545e1bb524ac3da898f6eacd317 (diff) | |
download | pkgsrc-b0fa9bd5d6e25ff884656a10713aa7603ba3a4d9.tar.gz |
Just require msgfmt for all xfce4 packages.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/xfce4/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-pkgs/xfce4/Makefile.common b/meta-pkgs/xfce4/Makefile.common index 7486f08f968..2213e19a88e 100644 --- a/meta-pkgs/xfce4/Makefile.common +++ b/meta-pkgs/xfce4/Makefile.common @@ -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 @@ XFCE4_VERSION= 4.2.3 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 |