wok diff tcl/receipt @ rev 10977

Up: snort to 2.9.1.1.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Oct 12 12:50:13 2011 +0000 (2011-10-12)
parents 02bbaa9d12ba
children b0a5892d86f3
line diff
     1.1 --- a/tcl/receipt	Mon Apr 04 01:29:52 2011 +0200
     1.2 +++ b/tcl/receipt	Wed Oct 12 12:50:13 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  }