wok-next diff xruskb/receipt @ rev 21497
updated aspell (0.60.6.1 -> 0.60.8)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Jun 18 21:38:10 2020 +0100 (2020-06-18) |
parents | d5aab818505e |
children |
line diff
1.1 --- a/xruskb/receipt Fri Nov 02 14:15:08 2018 +0200 1.2 +++ b/xruskb/receipt Thu Jun 18 21:38:10 2020 +0100 1.3 @@ -11,7 +11,7 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WGET_URL="http://ftp.yars.free.net/pub/source/xruskb/$TARBALL" 1.6 1.7 -BUILD_DEPENDS="xorg-libXp-dev xorg-libXmu-dev lesstif-dev" 1.8 +BUILD_DEPENDS="libxp-dev libxmu-dev lesstif-dev" 1.9 1.10 compile_rules() { 1.11 ./configure \ 1.12 @@ -24,5 +24,5 @@ 1.13 1.14 genpkg_rules() { 1.15 copy @std 1.16 - DEPENDS="lesstif freetype xorg-libXp xorg-libXmu" 1.17 + DEPENDS="lesstif freetype libxp libxmu" 1.18 }