wok-next diff tk/receipt @ rev 9674
Fixed python-pyxml. The sed way had a error unmatch /. So i'm using the real patch from archlinux.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue May 03 04:53:22 2011 +0000 (2011-05-03) |
parents | be13f25e790b |
children | ff669d22310a |
line diff
1.1 --- a/tk/receipt Sun Feb 20 06:53:59 2011 +0000 1.2 +++ b/tk/receipt Tue May 03 04:53:22 2011 +0000 1.3 @@ -8,8 +8,7 @@ 1.4 DEPENDS="tcl expat fontconfig freetype xorg-libX11 xorg-libXau xorg-libXdmcp \ 1.5 xorg-libXft xorg-libXrender zlib xorg-libXss" 1.6 BUILD_DEPENDS="tcl-dev xorg-libX11-dev" 1.7 -SOURCE="tk" 1.8 -TARBALL="${SOURCE}${VERSION}-src.tar.gz" 1.9 +TARBALL="${PACKAGE}${VERSION}-src.tar.gz" 1.10 WEB_SITE="http://tcl.sourceforge.net/" 1.11 WGET_URL="http://surfnet.dl.sourceforge.net/sourceforge/tcl/$TARBALL" 1.12 TAGS="programming language"