fvwm: use python3.

This commit is contained in:
Érico Rolim 2021-02-20 01:37:25 -03:00 committed by Érico Nogueira Rolim
parent 55720714f6
commit 1c8f68cf9f

View file

@ -1,13 +1,13 @@
# Template file for 'fvwm'
pkgname=fvwm
version=2.6.9
revision=1
revision=2
build_style=gnu-configure
hostmakedepends="libxslt pkg-config python"
hostmakedepends="libxslt pkg-config python3"
makedepends="fribidi-devel libXcursor-devel libXft-devel libXinerama-devel
libXpm-devel libXt-devel librsvg-devel perl readline-devel"
depends="perl python"
short_desc="An extremely powerful ICCCM-compliant window manager"
depends="perl python3"
short_desc="Extremely powerful ICCCM-compliant window manager"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-2.0-or-later, MIT"
homepage="http://fvwm.org/"