aboutsummaryrefslogtreecommitdiff
path: root/security/opensc
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2010-12-22 19:16:12 +0000
committerDoug Barton <dougb@FreeBSD.org>2010-12-22 19:16:12 +0000
commit54767cbda3b31d482111d4b101f8a3c8c340546f (patch)
treeee88d0700d306ded5c8343ccfc02ac43673892f1 /security/opensc
parentfe394c762f7960416f32be38a63fe260b7aeb8cc (diff)
downloadports-54767cbda3b31d482111d4b101f8a3c8c340546f.tar.gz
ports-54767cbda3b31d482111d4b101f8a3c8c340546f.zip
Notes
Diffstat (limited to 'security/opensc')
-rw-r--r--security/opensc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/opensc/Makefile b/security/opensc/Makefile
index ea1417b391aa..7ed12c74c753 100644
--- a/security/opensc/Makefile
+++ b/security/opensc/Makefile
@@ -7,7 +7,7 @@
PORTNAME= opensc
PORTVERSION= 0.11.13
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security devel
MASTER_SITES= http://www.opensc-project.org/files/${PORTNAME}/ \
http://www.opensc-project.org/files/${PORTNAME}/testing/
@@ -79,7 +79,7 @@ CONFIGURE_ARGS+=--enable-pcsc
.endif
.if defined(WITH_SIGNER)
-LIB_DEPENDS+= assuan.0:${PORTSDIR}/security/libassuan
+LIB_DEPENDS+= assuan.1:${PORTSDIR}/security/libassuan
PINENTRY?= ${LOCALBASE}/bin/pinentry
PINENTRY_PORT?= security/pinentry
RUN_DEPENDS+= pinentry:${PORTSDIR}/${PINENTRY_PORT}