wok diff tcl/receipt @ rev 10488

pidgin-libnotify: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 25 13:04:06 2011 +0200 (2011-05-25)
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 May 25 13:04:06 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  }