aboutsummaryrefslogtreecommitdiff
path: root/security/bjorb
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 /security/bjorb
parentbd8d8600c4cd2d871aaa0a5244d266c861f4a285 (diff)
downloadports-acf35466446c6b369b534baa051eaf8468d9db77.tar.gz
ports-acf35466446c6b369b534baa051eaf8468d9db77.zip
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 'security/bjorb')
-rw-r--r--security/bjorb/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/bjorb/Makefile b/security/bjorb/Makefile
index 1f8bb3a98817..303ed1cdb3e0 100644
--- a/security/bjorb/Makefile
+++ b/security/bjorb/Makefile
@@ -25,6 +25,8 @@ LIB_DEPENDS= rsaref.2:${PORTSDIR}/security/rsaref
.endif
.endif
BUILD_DEPENDS= openssl:${PORTSDIR}/security/openssl
+LIB_DEPENDS= crypto.1:${PORTSDIR}/security/openssl \
+ ssl.1:${PORTSDIR}/security/openssl
RUN_DEPENDS= openssl:${PORTSDIR}/security/openssl
RESTRICTED= "Cryptography"