diff --git a/srcpkgs/fcron/template b/srcpkgs/fcron/template index d3f8567f892..c1308d0a325 100644 --- a/srcpkgs/fcron/template +++ b/srcpkgs/fcron/template @@ -1,7 +1,7 @@ # Template file for 'fcron' pkgname=fcron version=3.3.1 -revision=1 +revision=2 build_style=gnu-configure configure_args=" --sysconfdir=/etc/fcron @@ -32,6 +32,10 @@ homepage="http://fcron.free.fr" distfiles="$homepage/archives/$pkgname-$version.src.tar.gz" checksum=f359daa08a63ddfb7fe2f964bb3f5c52244c25aa36f9225a3cc54d36f4681106 +if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then + makedepends+=" libxcrypt-devel" +fi + alternatives=" crond:crond:/etc/sv/fcron crond:crontab:/usr/bin/fcrontab