diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-08-14 22:12:22 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-08-14 22:12:22 +0000 |
commit | 7c0800f7ecd0f2b76fcb23e301be3bcbfa23e29a (patch) | |
tree | 046589911dd65a013b01d27383fe064c31f921d9 /security/opensc | |
parent | dd1e0961ec504a3d6b1c5f9f4a4171569ba574cc (diff) |
Notes
Diffstat (limited to 'security/opensc')
-rw-r--r-- | security/opensc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/opensc/Makefile b/security/opensc/Makefile index 27c40791d67f..194ee2666b3f 100644 --- a/security/opensc/Makefile +++ b/security/opensc/Makefile @@ -7,6 +7,7 @@ PORTNAME= opensc PORTVERSION= 0.7.0 +PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= http://www.opensc.org/files/ @@ -14,7 +15,7 @@ MAINTAINER= bms@spc.org COMMENT= ISO 7816 Smartcard API Library (OpenSSH Compatible) LIB_DEPENDS= pcsclite.0:${PORTSDIR}/devel/pcsc-lite \ - ldap.2:${PORTSDIR}/net/openldap20 + ldap.2:${PORTSDIR}/net/openldap20-client INSTALLS_SHLIB= yes USE_OPENSSL= yes |