diff options
author | Marcel Denia <naoir@gmx.net> | 2015-06-28 16:52:32 +0200 |
---|---|---|
committer | Marcel Denia <naoir@gmx.net> | 2015-06-30 10:58:19 +0200 |
commit | 9bf03cb1f50be079bc33d869d0d9c8b268ae6c88 (patch) | |
tree | 8179391c310b519d60aa292b918b624c858055a9 /lang/perl-www-curl | |
parent | 7599e8e430bf3ca9bf17683988746240451205a4 (diff) |
perl-*: Update dependencies
All packages should now properly depend on all perlbase- and perl- packages
they need.
Signed-off-by: Marcel Denia <naoir@gmx.net>
Diffstat (limited to 'lang/perl-www-curl')
-rw-r--r-- | lang/perl-www-curl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/perl-www-curl/Makefile b/lang/perl-www-curl/Makefile index 3eaa3d01c..1e424cbb0 100644 --- a/lang/perl-www-curl/Makefile +++ b/lang/perl-www-curl/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=perl-www-curl PKG_VERSION:=4.17 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE_URL:=http://www.cpan.org/authors/id/S/SZ/SZBALINT/ PKG_SOURCE:=WWW-Curl-$(PKG_VERSION).tar.gz @@ -30,7 +30,7 @@ define Package/perl-www-curl CATEGORY:=Languages TITLE:=Perl bindings to libcurl URL:=http://search.cpan.org/dist/WWW-Curl/ - DEPENDS:=perl +libcurl + DEPENDS:=perl +libcurl +perlbase-essential +perlbase-xsloader endef define Build/Configure |