From 5c99e54777a4f4a069961eeacea37d94c178cfac Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 3 Jul 2012 08:26:24 +0200 Subject: [PATCH] xbps-src-git: remove perl dependency version. --- srcpkgs/xbps-src-git/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/xbps-src-git/template b/srcpkgs/xbps-src-git/template index a5e7070646f..4acc7fbb357 100644 --- a/srcpkgs/xbps-src-git/template +++ b/srcpkgs/xbps-src-git/template @@ -7,7 +7,7 @@ noextract=yes build_style=gnu-makefile make_build_args="PREFIX=/usr ETCDIR=/etc/xbps" make_install_args="PREFIX=/usr ETCDIR=/etc/xbps" -depends="gcc-c++ make bison gettext texinfo patch perl>=0 fakeroot libcap-progs xbps-static" +depends="gcc-c++ make bison gettext texinfo patch perl fakeroot libcap-progs xbps-static" makedepends="libcap-devel" fulldepends="git" provides="xbps-src-9999"