diff options
author | Alex Dupre <ale@FreeBSD.org> | 2011-04-22 08:51:21 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2011-04-22 08:51:21 +0000 |
commit | db85520a2097f268f22327275f3f94fd9ea8ba93 (patch) | |
tree | 796d4d42e40666a2392614e7d9f1a7447d542291 /security/pam_p11 | |
parent | 308bf63a38f6d0514560cfd0edcf08adbf7ee28d (diff) | |
download | ports-db85520a2097f268f22327275f3f94fd9ea8ba93.tar.gz ports-db85520a2097f268f22327275f3f94fd9ea8ba93.zip |
Notes
Diffstat (limited to 'security/pam_p11')
-rw-r--r-- | security/pam_p11/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pam_p11/Makefile b/security/pam_p11/Makefile index f1a54f8ea64b..318bc7104ca0 100644 --- a/security/pam_p11/Makefile +++ b/security/pam_p11/Makefile @@ -7,14 +7,14 @@ PORTNAME= pam_p11 PORTVERSION= 0.1.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://www.opensc-project.org/files/${PORTNAME}/ MAINTAINER= ale@FreeBSD.org COMMENT= A PAM module using crypto tokens for auth -LIB_DEPENDS= p11.3:${PORTSDIR}/security/libp11 +LIB_DEPENDS= p11.2:${PORTSDIR}/security/libp11 USE_AUTOTOOLS= libtool USE_OPENSSL= yes |