diff perl/perl-locale-gettext/perl-locale-gettext.sh @ 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 702224462954
children 25cecc6dca48
line wrap: on
line diff
--- 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()
 {