wok-stable rev 10068
tcl: Add $CONFIGURE_ARGS.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri May 20 05:19:01 2011 +0000 (2011-05-20) |
parents | 7cb6e714c613 |
children | 1de689140212 |
files | tcl/receipt |
line diff
1.1 --- a/tcl/receipt Fri May 20 05:16:58 2011 +0000 1.2 +++ b/tcl/receipt Fri May 20 05:19:01 2011 +0000 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 }