diff --git a/srcpkgs/ccrypt/template b/srcpkgs/ccrypt/template index 94208eb831c..ddddfeba6e9 100644 --- a/srcpkgs/ccrypt/template +++ b/srcpkgs/ccrypt/template @@ -1,7 +1,7 @@ # Template file for 'ccrypt' pkgname=ccrypt version=1.11 -revision=1 +revision=2 build_style=gnu-configure short_desc="Symmetric encryption utility using Rijndael cipher" maintainer="Evan Deaubl " @@ -9,3 +9,7 @@ license="GPL-2.0-or-later" homepage="https://ccrypt.sourceforge.net" distfiles="${SOURCEFORGE_SITE}/ccrypt/ccrypt-${version}.tar.gz" checksum=b19c47500a96ee5fbd820f704c912f6efcc42b638c0a6aa7a4e3dc0a6b51a44f + +if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then + makedepends+=" libxcrypt-devel" +fi