diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-03-22 19:47:06 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-03-22 19:47:06 +0000 |
commit | bcb9092cfda440bab946fbf17464e118dd883b91 (patch) | |
tree | 8b6f7f5c3c0eaec1dac89b0e8600a3250ac3f276 /security/opensc-esteid | |
parent | 6c2ba820bfc75dd9c87035fff5a8dbcb807ad064 (diff) |
Use USE_OPENLDAP instead of USE_OPENLDAP_VER.
Submitted by: maintainer
Spotted by: eik
Notes
Notes:
svn path=/head/; revision=104974
Diffstat (limited to 'security/opensc-esteid')
-rw-r--r-- | security/opensc-esteid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/opensc-esteid/Makefile b/security/opensc-esteid/Makefile index ba2e7ac44389..f906287be389 100644 --- a/security/opensc-esteid/Makefile +++ b/security/opensc-esteid/Makefile @@ -18,7 +18,7 @@ COMMENT= ISO 7816 Smartcard API Library (OpenSSH Compatible) LIB_DEPENDS= pcsclite.0:${PORTSDIR}/devel/pcsc-lite -USE_OPENLDAP_VER= 22 +USE_OPENLDAP= yes INSTALLS_SHLIB= yes USE_OPENSSL= yes USE_LIBTOOL_VER=13 |