aboutsummaryrefslogtreecommitdiffstats
path: root/security/openssh
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>1999-11-09 19:43:11 +0800
committerdirk <dirk@FreeBSD.org>1999-11-09 19:43:11 +0800
commit575a49460c3530802ad561ebabdc540aab984499 (patch)
tree6bfa71932b994539d87c8e8fadc5b43bfd3c9139 /security/openssh
parent5fac8ad45dee88f6a40486169d0ce8f7c1bd6893 (diff)
downloadfreebsd-ports-gnome-575a49460c3530802ad561ebabdc540aab984499.tar.gz
freebsd-ports-gnome-575a49460c3530802ad561ebabdc540aab984499.tar.zst
freebsd-ports-gnome-575a49460c3530802ad561ebabdc540aab984499.zip
Add library dependency to crypto.1.
Diffstat (limited to 'security/openssh')
-rw-r--r--security/openssh/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile
index 67cbb6135313..b3084bb6f31e 100644
--- a/security/openssh/Makefile
+++ b/security/openssh/Makefile
@@ -13,6 +13,7 @@ MASTER_SITES= http://www.FreeBSD.org/~green/
MAINTAINER= green@FreeBSD.org
BUILD_DEPENDS= openssl:${PORTSDIR}/security/openssl
+LIB_DEPENDS= crypto.1:${PORTSDIR}/security/openssl
CFLAGS+= -I${PREFIX}/include
# Here, MANDIR is concetenated to DESTDIR which all forms the man install dir...