summaryrefslogtreecommitdiff
path: root/www/lynx-ssl
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>1999-11-07 22:25:40 +0000
committerDirk Froemberg <dirk@FreeBSD.org>1999-11-07 22:25:40 +0000
commitacf35466446c6b369b534baa051eaf8468d9db77 (patch)
tree12500663952f3721816fb18b0ab39525e506cb3c /www/lynx-ssl
parentBuild and install shared libraries libcrypto.so.1 and libssl.so.1, too. (diff)
Change dependencies from static to shared openssl libraries,
because openssl also builds shared libraries, now.
Notes
Notes: svn path=/head/; revision=22957
Diffstat (limited to 'www/lynx-ssl')
-rw-r--r--www/lynx-ssl/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/lynx-ssl/Makefile b/www/lynx-ssl/Makefile
index 08f6a0b82a0d..418366d58f1d 100644
--- a/www/lynx-ssl/Makefile
+++ b/www/lynx-ssl/Makefile
@@ -23,6 +23,8 @@ PATCH_DIST_STRIP= -p1
MAINTAINER= sec@42.org
BUILD_DEPENDS= openssl:${PORTSDIR}/security/openssl
+LIB_DEPENDS= crypto.1:${PORTSDIR}/security/openssl \
+ ssl.1:${PORTSDIR}/security/openssl
RESTRICTED= "Contains cryptography"