aboutsummaryrefslogtreecommitdiffstats
path: root/security/hpn-ssh
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2002-05-09 18:28:18 +0800
committerdinoex <dinoex@FreeBSD.org>2002-05-09 18:28:18 +0800
commit3acffd2a5e7f8f1c374b3ffda2faf5edb3e24e8c (patch)
tree5ab515f9186233f392117680b6c82e8e3fbb4194 /security/hpn-ssh
parent4987aa573ceaf90e816f040bd680e28a9cc41908 (diff)
downloadfreebsd-ports-gnome-3acffd2a5e7f8f1c374b3ffda2faf5edb3e24e8c.tar.gz
freebsd-ports-gnome-3acffd2a5e7f8f1c374b3ffda2faf5edb3e24e8c.tar.zst
freebsd-ports-gnome-3acffd2a5e7f8f1c374b3ffda2faf5edb3e24e8c.zip
Use crypto.3 as dependeny.
To keep consistent with USE_SSL in bsd.port.mk
Diffstat (limited to 'security/hpn-ssh')
-rw-r--r--security/hpn-ssh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/hpn-ssh/Makefile b/security/hpn-ssh/Makefile
index 207cee2ee151..ca1133761e69 100644
--- a/security/hpn-ssh/Makefile
+++ b/security/hpn-ssh/Makefile
@@ -86,7 +86,7 @@ post-install:
.if ${OSVERSION} < 430000 || exists(${LOCALBASE}/lib/libcrypto.so.3)
OPENSSLBASE= ${LOCALBASE}
OPENSSLDIR= ${OPENSSLBASE}/openssl
-LIB_DEPENDS+= ssl.3:${PORTSDIR}/security/openssl
+LIB_DEPENDS+= crypto.3:${PORTSDIR}/security/openssl
OPENSSLLIB= ${OPENSSLBASE}/lib
OPENSSLINC= ${OPENSSLBASE}/include
MAKE_ENV+= OPENSSLLIB=${OPENSSLLIB} OPENSSLINC=${OPENSSLINC} \