wok diff tcl/receipt @ rev 10637
linux-libre: remove all report (last try to build failed)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri May 27 00:23:00 2011 +0200 (2011-05-27) |
parents | 02bbaa9d12ba |
children | b0a5892d86f3 |
line diff
1.1 --- a/tcl/receipt Mon Apr 04 01:29:52 2011 +0200 1.2 +++ b/tcl/receipt Fri May 27 00:23:00 2011 +0200 1.3 @@ -5,7 +5,6 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="The Tool Command Language" 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="" 1.8 TARBALL="${PACKAGE}${VERSION}-src.tar.gz" 1.9 WEB_SITE="http://tcl.sourceforge.net/" 1.10 WGET_URL="http://surfnet.dl.sourceforge.net/sourceforge/tcl/$TARBALL" 1.11 @@ -18,7 +17,7 @@ 1.12 ./configure \ 1.13 --enable-shared \ 1.14 --disable-symbols \ 1.15 - --mandir=/usr/share/man && \ 1.16 + --mandir=/usr/share/man $CONFIGURE_ARGS && \ 1.17 make && \ 1.18 make install install-private-headers 1.19 }