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 /security/sectok | |
parent | a2569ad10220a204e0ed6d8e147595fa882bcffa (diff) | |
download | freebsd-ports-a84bab009d0391f5ec27fc5c6bc1755ad693a687.zip |
Fix a typo in LIB_DEPENDS.
Noticed by: kris
Diffstat (limited to 'security/sectok')
-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 |