wok-4.x rev 8955
Fixed xterm to not depend on xorg and xorg-dev. Added xorg-libXt and xorg-libXaw to xterm depends.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Mar 01 18:34:58 2011 +0000 (2011-03-01) |
parents | 0a754681aa3e |
children | 24d921ddb3b6 |
files | xterm/receipt |
line diff
1.1 --- a/xterm/receipt Tue Mar 01 17:48:58 2011 +0000 1.2 +++ b/xterm/receipt Tue Mar 01 18:34:58 2011 +0000 1.3 @@ -5,9 +5,9 @@ 1.4 CATEGORY="utilities" 1.5 SHORT_DESC="X Terminal emulator." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="xorg expat fontconfig freetype ncurses xorg-libXft" 1.8 -BUILD_DEPENDS="xorg-dev expat-dev fontconfig-dev freetype-dev ncurses-dev \ 1.9 -xorg-libXft-dev" 1.10 +DEPENDS="expat fontconfig freetype ncurses xorg-libXft xorg-libXt xorg-libXaw" 1.11 +BUILD_DEPENDS="expat-dev fontconfig-dev freetype-dev ncurses-dev \ 1.12 +xorg-libXft-dev xorg-libXt-dev xorg-libXaw-dev" 1.13 TARBALL="$PACKAGE-$VERSION.tgz" 1.14 WEB_SITE="http://invisible-island.net/xterm/" 1.15 WGET_URL="ftp://invisible-island.net/xterm/$TARBALL"