changeset 431:515778c3a417

vanilla: core/gettext is only required for build
author David Demelier <markand@malikania.fr>
date Thu, 04 Apr 2019 21:00:00 +0200
parents 042b6157c82f
children 23680a77e956
files core/acl/acl.sh core/attr/attr.sh core/coreutils/coreutils.sh core/cpio/cpio.sh core/diffutils/diffutils.sh core/e2fsprogs/e2fsprogs.sh core/findutils/findutils.sh core/gawk/gawk.sh core/grep/grep.sh core/grub/grub.sh core/kbd/kbd.sh core/procps/procps.sh core/rhash/rhash.sh core/sed/sed.sh core/tar/tar.sh core/texinfo/texinfo.sh core/tmux/tmux.sh core/util-linux/util-linux.sh core/xz/xz.sh dev/binutils/binutils.sh dev/bison/bison.sh dev/gcc/gcc.sh dev/help2man/help2man.sh dev/make/make.sh editors/nano/nano.sh editors/vim/vim.sh graphics/gtk/gtk.sh graphics/gtk2/gtk2.sh lib/popt/popt.sh mate/mate-calc/mate-calc.sh mate/mate-desktop/mate-desktop.sh mate/mate-menus/mate-menus.sh misc/iso-codes/iso-codes.sh misc/shared-mime-info/shared-mime-info.sh network/ntp/ntp.sh network/wget/wget.sh perl/perl-locale-gettext/perl-locale-gettext.sh security/linux-pam/linux-pam.sh security/shadow/shadow.sh shells/bash/bash.sh x11/xkeyboard-config/xkeyboard-config.sh xfce/exo/exo.sh
diffstat 42 files changed, 42 insertions(+), 42 deletions(-) [+]
line wrap: on
line diff
--- a/core/acl/acl.sh	Thu Apr 04 20:58:00 2019 +0200
+++ b/core/acl/acl.sh	Thu Apr 04 21:00:00 2019 +0200
@@ -33,7 +33,7 @@
 : ${NLS:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext $PKGDEPENDS"
+	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/core/attr/attr.sh	Thu Apr 04 20:58:00 2019 +0200
+++ b/core/attr/attr.sh	Thu Apr 04 21:00:00 2019 +0200
@@ -32,7 +32,7 @@
 : ${NLS:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext $PKGDEPENDS"
+	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/core/coreutils/coreutils.sh	Thu Apr 04 20:58:00 2019 +0200
+++ b/core/coreutils/coreutils.sh	Thu Apr 04 21:00:00 2019 +0200
@@ -40,7 +40,7 @@
 	with_gmp="--without-gmp"
 fi
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext $PKGDEPENDS"
+	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/core/cpio/cpio.sh	Thu Apr 04 20:58:00 2019 +0200
+++ b/core/cpio/cpio.sh	Thu Apr 04 21:00:00 2019 +0200
@@ -32,7 +32,7 @@
 : ${NLS:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext $PKGDEPENDS"
+	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/core/diffutils/diffutils.sh	Thu Apr 04 20:58:00 2019 +0200
+++ b/core/diffutils/diffutils.sh	Thu Apr 04 21:00:00 2019 +0200
@@ -32,7 +32,7 @@
 : ${NLS:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext $PKGDEPENDS"
+	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/core/e2fsprogs/e2fsprogs.sh	Thu Apr 04 20:58:00 2019 +0200
+++ b/core/e2fsprogs/e2fsprogs.sh	Thu Apr 04 21:00:00 2019 +0200
@@ -33,7 +33,7 @@
 : ${NLS:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext $PKGDEPENDS"
+	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/core/findutils/findutils.sh	Thu Apr 04 20:58:00 2019 +0200
+++ b/core/findutils/findutils.sh	Thu Apr 04 21:00:00 2019 +0200
@@ -32,7 +32,7 @@
 : ${NLS:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext $PKGDEPENDS"
+	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/core/gawk/gawk.sh	Thu Apr 04 20:58:00 2019 +0200
+++ b/core/gawk/gawk.sh	Thu Apr 04 21:00:00 2019 +0200
@@ -31,7 +31,7 @@
 : ${LIBS:=}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext $PKGDEPENDS"
+	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/core/grep/grep.sh	Thu Apr 04 20:58:00 2019 +0200
+++ b/core/grep/grep.sh	Thu Apr 04 21:00:00 2019 +0200
@@ -33,7 +33,7 @@
 : ${NLS:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext $PKGDEPENDS"
+	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/core/grub/grub.sh	Thu Apr 04 20:58:00 2019 +0200
+++ b/core/grub/grub.sh	Thu Apr 04 21:00:00 2019 +0200
@@ -44,7 +44,7 @@
 fi
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext $PKGDEPENDS"
+	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/core/kbd/kbd.sh	Thu Apr 04 20:58:00 2019 +0200
+++ b/core/kbd/kbd.sh	Thu Apr 04 21:00:00 2019 +0200
@@ -33,7 +33,7 @@
 : ${NLS:=}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext $PKGDEPENDS"
+	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/core/procps/procps.sh	Thu Apr 04 20:58:00 2019 +0200
+++ b/core/procps/procps.sh	Thu Apr 04 21:00:00 2019 +0200
@@ -36,7 +36,7 @@
 : ${NLS:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext $PKGDEPENDS"
+	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/core/rhash/rhash.sh	Thu Apr 04 20:58:00 2019 +0200
+++ b/core/rhash/rhash.sh	Thu Apr 04 21:00:00 2019 +0200
@@ -32,7 +32,7 @@
 : ${SSL:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext $PKGDEPENDS"
+	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
 	with_nls="--enable-gettext"
 else
 	with_nls="--disable-gettext"
--- a/core/sed/sed.sh	Thu Apr 04 20:58:00 2019 +0200
+++ b/core/sed/sed.sh	Thu Apr 04 21:00:00 2019 +0200
@@ -39,7 +39,7 @@
 	with_acl="--without-acl"
 fi
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext $PKGDEPENDS"
+	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/core/tar/tar.sh	Thu Apr 04 20:58:00 2019 +0200
+++ b/core/tar/tar.sh	Thu Apr 04 21:00:00 2019 +0200
@@ -39,7 +39,7 @@
 	with_acl="--without-acl"
 fi
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext $PKGDEPENDS"
+	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/core/texinfo/texinfo.sh	Thu Apr 04 20:58:00 2019 +0200
+++ b/core/texinfo/texinfo.sh	Thu Apr 04 21:00:00 2019 +0200
@@ -33,7 +33,7 @@
 : ${NLS:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext $PKGDEPENDS"
+	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/core/tmux/tmux.sh	Thu Apr 04 20:58:00 2019 +0200
+++ b/core/tmux/tmux.sh	Thu Apr 04 21:00:00 2019 +0200
@@ -21,7 +21,7 @@
 PKGLICENSE="BSD ISC"
 PKGSUMMARY="terminal multiplexer"
 PKGDOWNLOAD="https://github.com/tmux/tmux/releases/download/$PKGVERSION/$PKGNAME-$PKGVERSION.tar.gz"
-PKGDEPENDS="core/gettext lib/libevent lib/ncurses"
+PKGDEPENDS="core/gettext:build lib/libevent lib/ncurses"
 
 : ${CHOST:=$(uname -m)-linux-musl}
 : ${CBUILD:=$(uname -m)-linux-musl}
--- a/core/util-linux/util-linux.sh	Thu Apr 04 20:58:00 2019 +0200
+++ b/core/util-linux/util-linux.sh	Thu Apr 04 21:00:00 2019 +0200
@@ -58,7 +58,7 @@
 fi
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext $PKGDEPENDS"
+	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/core/xz/xz.sh	Thu Apr 04 20:58:00 2019 +0200
+++ b/core/xz/xz.sh	Thu Apr 04 21:00:00 2019 +0200
@@ -32,7 +32,7 @@
 : ${NLS:=yes}
 
 if [ "${NLS:-yes}" = "yes" ]; then
-	PKGDEPENDS="core/gettext $PKGDEPENDS"
+	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/dev/binutils/binutils.sh	Thu Apr 04 20:58:00 2019 +0200
+++ b/dev/binutils/binutils.sh	Thu Apr 04 21:00:00 2019 +0200
@@ -42,7 +42,7 @@
 fi
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext $PKGDEPENDS"
+	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/dev/bison/bison.sh	Thu Apr 04 20:58:00 2019 +0200
+++ b/dev/bison/bison.sh	Thu Apr 04 21:00:00 2019 +0200
@@ -35,7 +35,7 @@
 : ${NLS:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext $PKGDEPENDS"
+	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/dev/gcc/gcc.sh	Thu Apr 04 20:58:00 2019 +0200
+++ b/dev/gcc/gcc.sh	Thu Apr 04 21:00:00 2019 +0200
@@ -36,7 +36,7 @@
 : ${NLS:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext $PKGDEPENDS"
+	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/dev/help2man/help2man.sh	Thu Apr 04 20:58:00 2019 +0200
+++ b/dev/help2man/help2man.sh	Thu Apr 04 21:00:00 2019 +0200
@@ -33,7 +33,7 @@
 : ${NLS:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext $PKGDEPENDS"
+	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
 	PKGDEPENDS="perl/perl-locale-gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
--- a/dev/make/make.sh	Thu Apr 04 20:58:00 2019 +0200
+++ b/dev/make/make.sh	Thu Apr 04 21:00:00 2019 +0200
@@ -42,7 +42,7 @@
 fi
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext $PKGDEPENDS"
+	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/editors/nano/nano.sh	Thu Apr 04 20:58:00 2019 +0200
+++ b/editors/nano/nano.sh	Thu Apr 04 21:00:00 2019 +0200
@@ -36,7 +36,7 @@
 : ${NLS:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext $PKGDEPENDS"
+	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/editors/vim/vim.sh	Thu Apr 04 20:58:00 2019 +0200
+++ b/editors/vim/vim.sh	Thu Apr 04 21:00:00 2019 +0200
@@ -38,7 +38,7 @@
 fi
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext $PKGDEPENDS"
+	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/graphics/gtk/gtk.sh	Thu Apr 04 20:58:00 2019 +0200
+++ b/graphics/gtk/gtk.sh	Thu Apr 04 21:00:00 2019 +0200
@@ -42,7 +42,7 @@
 fi
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext $PKGDEPENDS"
+	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/graphics/gtk2/gtk2.sh	Thu Apr 04 20:58:00 2019 +0200
+++ b/graphics/gtk2/gtk2.sh	Thu Apr 04 21:00:00 2019 +0200
@@ -53,7 +53,7 @@
 fi
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext $PKGDEPENDS"
+	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/lib/popt/popt.sh	Thu Apr 04 20:58:00 2019 +0200
+++ b/lib/popt/popt.sh	Thu Apr 04 21:00:00 2019 +0200
@@ -32,7 +32,7 @@
 : ${NLS:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext $PKGDEPENDS"
+	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/mate/mate-calc/mate-calc.sh	Thu Apr 04 20:58:00 2019 +0200
+++ b/mate/mate-calc/mate-calc.sh	Thu Apr 04 21:00:00 2019 +0200
@@ -33,7 +33,7 @@
 : ${NLS:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext $PKGDEPENDS"
+	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/mate/mate-desktop/mate-desktop.sh	Thu Apr 04 20:58:00 2019 +0200
+++ b/mate/mate-desktop/mate-desktop.sh	Thu Apr 04 21:00:00 2019 +0200
@@ -33,7 +33,7 @@
 : ${NLS:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext $PKGDEPENDS"
+	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/mate/mate-menus/mate-menus.sh	Thu Apr 04 20:58:00 2019 +0200
+++ b/mate/mate-menus/mate-menus.sh	Thu Apr 04 21:00:00 2019 +0200
@@ -33,7 +33,7 @@
 : ${NLS:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext $PKGDEPENDS"
+	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/misc/iso-codes/iso-codes.sh	Thu Apr 04 20:58:00 2019 +0200
+++ b/misc/iso-codes/iso-codes.sh	Thu Apr 04 21:00:00 2019 +0200
@@ -21,7 +21,7 @@
 PKGLICENSE="LGPLv21"
 PKGSUMMARY=""
 PKGDOWNLOAD="https://salsa.debian.org/iso-codes-team/$PKGNAME/uploads/049ce6aac94d842be809f4063950646c/$PKGNAME-$PKGVERSION.tar.xz"
-PKGDEPENDS="core/gettext:build"
+PKGDEPENDS="core/gettext:build:build"
 
 build()
 {
--- a/misc/shared-mime-info/shared-mime-info.sh	Thu Apr 04 20:58:00 2019 +0200
+++ b/misc/shared-mime-info/shared-mime-info.sh	Thu Apr 04 21:00:00 2019 +0200
@@ -33,7 +33,7 @@
 : ${NLS:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext $PKGDEPENDS"
+	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/network/ntp/ntp.sh	Thu Apr 04 20:58:00 2019 +0200
+++ b/network/ntp/ntp.sh	Thu Apr 04 21:00:00 2019 +0200
@@ -48,7 +48,7 @@
 fi
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext $PKGDEPENDS"
+	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/network/wget/wget.sh	Thu Apr 04 20:58:00 2019 +0200
+++ b/network/wget/wget.sh	Thu Apr 04 21:00:00 2019 +0200
@@ -35,7 +35,7 @@
 : ${UUID:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext $PKGDEPENDS"
+	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/perl/perl-locale-gettext/perl-locale-gettext.sh	Thu Apr 04 20:58:00 2019 +0200
+++ b/perl/perl-locale-gettext/perl-locale-gettext.sh	Thu Apr 04 21:00:00 2019 +0200
@@ -21,7 +21,7 @@
 PKGLICENSE="GPLv1 ART10"
 PKGSUMMARY="gettext localization functions for Perl"
 PKGDOWNLOAD="http://search.cpan.org/CPAN/authors/id/P/PV/PVANDRY/Locale-gettext-$PKGVERSION.tar.gz"
-PKGDEPENDS="perl/perl core/gettext"
+PKGDEPENDS="perl/perl core/gettext:build"
 
 build()
 {
--- a/security/linux-pam/linux-pam.sh	Thu Apr 04 20:58:00 2019 +0200
+++ b/security/linux-pam/linux-pam.sh	Thu Apr 04 21:00:00 2019 +0200
@@ -46,7 +46,7 @@
 : ${SELINUX:=no}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext $PKGDEPENDS"
+	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/security/shadow/shadow.sh	Thu Apr 04 20:58:00 2019 +0200
+++ b/security/shadow/shadow.sh	Thu Apr 04 21:00:00 2019 +0200
@@ -51,7 +51,7 @@
 fi
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext $PKGDEPENDS"
+	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/shells/bash/bash.sh	Thu Apr 04 20:58:00 2019 +0200
+++ b/shells/bash/bash.sh	Thu Apr 04 21:00:00 2019 +0200
@@ -32,7 +32,7 @@
 : ${NLS:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext $PKGDEPENDS"
+	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/x11/xkeyboard-config/xkeyboard-config.sh	Thu Apr 04 20:58:00 2019 +0200
+++ b/x11/xkeyboard-config/xkeyboard-config.sh	Thu Apr 04 21:00:00 2019 +0200
@@ -33,7 +33,7 @@
 : ${NLS:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext $PKGDEPENDS"
+	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/xfce/exo/exo.sh	Thu Apr 04 20:58:00 2019 +0200
+++ b/xfce/exo/exo.sh	Thu Apr 04 21:00:00 2019 +0200
@@ -21,7 +21,7 @@
 PKGLICENSE="GPLv2 LGPLv21"
 PKGSUMMARY="Xfce extension library for application development"
 PKGDOWNLOAD="http://archive.xfce.org/xfce/4.12/src/$PKGNAME-$PKGVERSION.tar.bz2"
-PKGDEPENDS="core/gettext
+PKGDEPENDS="core/gettext:build
             graphics/gtk2
             lib/glib
             perl/perl