wok-next rev 7900
fix dep/bdep: libtool
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sun Jan 09 14:26:46 2011 +0100 (2011-01-09) |
parents | 516471adc8f2 |
children | 50aa1dfa0942 |
files | libtool/receipt |
line diff
1.1 --- a/libtool/receipt Sun Jan 09 14:25:20 2011 +0100 1.2 +++ b/libtool/receipt Sun Jan 09 14:26:46 2011 +0100 1.3 @@ -5,6 +5,8 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="The GNU Portable Library Tool." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 +DEPENDS="automake autoconf" 1.8 +BUILD_DEPENDS="automake autoconf" 1.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.10 WEB_SITE="http://www.gnu.org/software/libtool/" 1.11 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"