diff options
author | Bruce M Simpson <bms@FreeBSD.org> | 2003-10-12 21:35:35 +0000 |
---|---|---|
committer | Bruce M Simpson <bms@FreeBSD.org> | 2003-10-12 21:35:35 +0000 |
commit | a84bab009d0391f5ec27fc5c6bc1755ad693a687 (patch) | |
tree | f882fa17718b30731c12302903648f980254fa49 | |
parent | Update to 1.0.1. (diff) |
Fix a typo in LIB_DEPENDS.
Noticed by: kris
-rw-r--r-- | security/sectok/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/sectok/Makefile b/security/sectok/Makefile index 3699c67aa12d..168b1be77275 100644 --- a/security/sectok/Makefile +++ b/security/sectok/Makefile @@ -15,7 +15,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= bms@FreeBSD.org COMMENT= ISO 7816 Smartcard Utility -LIB_DEPENDS= libsectok.3:${PORTSDIR}/security/libsectok +LIB_DEPENDS= sectok.3:${PORTSDIR}/security/libsectok USE_OPENSSL= yes |