From c6bed091444a24beaec6502e257f8df00d7aa208 Mon Sep 17 00:00:00 2001 From: Alex Dupre Date: Tue, 16 Jun 2009 05:55:21 +0000 Subject: [PATCH] Chase libp11 and bump PORTREVISION. --- security/pam_p11/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security/pam_p11/Makefile b/security/pam_p11/Makefile index 3b7ea0b132ed..3443ed9bd956 100644 --- a/security/pam_p11/Makefile +++ b/security/pam_p11/Makefile @@ -7,14 +7,14 @@ PORTNAME= pam_p11 PORTVERSION= 0.1.5 -PORTREVISION= 1 +PORTREVISION= 2 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.1:${PORTSDIR}/security/libp11 +LIB_DEPENDS= p11.3:${PORTSDIR}/security/libp11 USE_AUTOTOOLS= libtool:15 USE_OPENSSL= yes