summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorBruce M Simpson <bms@FreeBSD.org>2003-10-12 21:35:35 +0000
committerBruce M Simpson <bms@FreeBSD.org>2003-10-12 21:35:35 +0000
commita84bab009d0391f5ec27fc5c6bc1755ad693a687 (patch)
treef882fa17718b30731c12302903648f980254fa49 /security
parentUpdate to 1.0.1. (diff)
Fix a typo in LIB_DEPENDS.
Noticed by: kris
Notes
Notes: svn path=/head/; revision=90940
Diffstat (limited to 'security')
-rw-r--r--security/sectok/Makefile2
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