diff options
author | dirk <dirk@FreeBSD.org> | 1999-11-09 11:43:11 +0000 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 1999-11-09 11:43:11 +0000 |
commit | 575a49460c3530802ad561ebabdc540aab984499 (patch) | |
tree | 6bfa71932b994539d87c8e8fadc5b43bfd3c9139 /security | |
parent | 5fac8ad45dee88f6a40486169d0ce8f7c1bd6893 (diff) | |
download | FreeBSD-ports-575a49460c3530802ad561ebabdc540aab984499.zip FreeBSD-ports-575a49460c3530802ad561ebabdc540aab984499.tar.gz |
Add library dependency to crypto.1.
Diffstat (limited to 'security')
-rw-r--r-- | security/openssh/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile index 67cbb61..b3084bb 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... |