From 5d76dca6bd48989b1ddd2ce52d8341a8987de0b3 Mon Sep 17 00:00:00 2001 From: Toyam Cox Date: Tue, 23 Aug 2016 02:41:05 -0400 Subject: [PATCH] pam-mount: Add hxtools dependency --- srcpkgs/pam-mount/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pam-mount/template b/srcpkgs/pam-mount/template index 1556b336354..b7c8a0abd00 100644 --- a/srcpkgs/pam-mount/template +++ b/srcpkgs/pam-mount/template @@ -1,14 +1,14 @@ # Template file for 'pam-mount' pkgname=pam-mount version=2.15 -revision=2 +revision=3 wrksrc=pam_mount-$version build_style=gnu-configure configure_args="--with-ssbindir=/usr/bin --with-slibdir=/usr/lib" conf_files="/etc/security/pam_mount.conf.xml" hostmakedepends="pkg-config perl" makedepends="libHX-devel libmount-devel libxml2-devel pcre-devel pam-devel cryptsetup-devel" -depends="pam" +depends="pam hxtools" short_desc="PAM module that can mount volumes for a user session" maintainer="Toyam Cox " license="GPL-3"