wok-next diff xbattle/receipt @ rev 21678
updated getmail (4.41.0 -> 5.14)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jun 29 13:44:08 2020 +0100 (2020-06-29) |
parents | d5aab818505e |
children |
line diff
1.1 --- a/xbattle/receipt Fri Nov 02 14:15:08 2018 +0200 1.2 +++ b/xbattle/receipt Mon Jun 29 13:44:08 2020 +0100 1.3 @@ -11,7 +11,7 @@ 1.4 TARBALL="${PACKAGE}_$VERSION.orig.tar.gz" 1.5 WGET_URL="$WEB_SITE/downloads/$VERSION/$TARBALL" 1.6 1.7 -BUILD_DEPENDS="xorg-imake xorg-dev" 1.8 +BUILD_DEPENDS="imake xorg-dev" 1.9 1.10 compile_rules() { 1.11 xmkmf 1.12 @@ -22,5 +22,5 @@ 1.13 genpkg_rules() { 1.14 copy @std 1.15 DEPENDS="xorg" 1.16 - SUGGESTED="xorg-xhost" 1.17 + SUGGESTED="xhost" 1.18 }