diff options
author | bms <bms@FreeBSD.org> | 2003-10-13 05:35:35 +0800 |
---|---|---|
committer | bms <bms@FreeBSD.org> | 2003-10-13 05:35:35 +0800 |
commit | 02ada257d5bd5f761608e4275118bcc1e9ba76a6 (patch) | |
tree | dc99c8eb59344e3af5cc6cf3321edf2ab55360bb /security/sectok | |
parent | a29f9c9be0dab2c72e9b30615806127e0c9fa0f2 (diff) | |
download | freebsd-ports-gnome-02ada257d5bd5f761608e4275118bcc1e9ba76a6.tar.gz freebsd-ports-gnome-02ada257d5bd5f761608e4275118bcc1e9ba76a6.tar.zst freebsd-ports-gnome-02ada257d5bd5f761608e4275118bcc1e9ba76a6.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 |