wok-4.x rev 7895
automake: fix depends
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sun Jan 09 13:59:24 2011 +0100 (2011-01-09) |
parents | 00abc38d049f |
children | 20ec1b757fe7 |
files | automake/receipt |
line diff
1.1 --- a/automake/receipt Sun Jan 09 13:54:38 2011 +0100 1.2 +++ b/automake/receipt Sun Jan 09 13:59:24 2011 +0100 1.3 @@ -5,7 +5,7 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Tool for automatically generating 'Makefile.in'." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="perl m4" 1.8 +DEPENDS="autoconf" 1.9 BUILD_DEPENDS="autoconf" 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WEB_SITE="http://www.gnu.org/software/automake/"