diff --git a/srcpkgs/pounce/template b/srcpkgs/pounce/template index 91321550ec9..35fc82fdfea 100644 --- a/srcpkgs/pounce/template +++ b/srcpkgs/pounce/template @@ -1,7 +1,7 @@ # Template file for 'pounce' pkgname=pounce version=3.1 -revision=2 +revision=3 build_style=gnu-configure configure_args="--enable-notify --enable-palaver" make_build_target="all" @@ -14,3 +14,7 @@ license="GPL-3.0-or-later" homepage="https://git.causal.agency/pounce/" distfiles="https://git.causal.agency/pounce/snapshot/pounce-$version.tar.gz" checksum=97f245556b1cc940553fca18f4d7d82692e6c11a30f612415e5e391e5d96604e + +if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then + makedepends+=" libxcrypt-devel" +fi