wok-next diff gv/receipt @ rev 21244
updated coova-chilli again (1.3.0 -> 1.5)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Dec 05 15:20:58 2019 +0100 (2019-12-05) |
parents | d5aab818505e |
children |
line diff
1.1 --- a/gv/receipt Fri Nov 02 14:15:08 2018 +0200 1.2 +++ b/gv/receipt Thu Dec 05 15:20:58 2019 +0100 1.3 @@ -11,7 +11,7 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WGET_URL="http://ftp.gnu.org/gnu/gv/$TARBALL" 1.6 1.7 -BUILD_DEPENDS="xorg-libXaw3d-dev xorg-libXinerama-dev" 1.8 +BUILD_DEPENDS="libxaw3d-dev libxinerama-dev" 1.9 1.10 compile_rules() { 1.11 ./configure \ 1.12 @@ -24,5 +24,5 @@ 1.13 genpkg_rules() { 1.14 cp -a $install/usr $fs 1.15 rm -rf $fs/usr/share/man 1.16 - DEPENDS="ghostscript xorg-libXaw3d xorg-libXinerama" 1.17 + DEPENDS="ghostscript libxaw3d libxinerama" 1.18 }