diff options
author | dirk <dirk@FreeBSD.org> | 1999-11-08 06:25:40 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 1999-11-08 06:25:40 +0800 |
commit | b69114316e53cc13ea8e80defd247b8bff50965b (patch) | |
tree | f3ab188fc13b5209e082e7e5e7906353adac4b24 /security/bjorb | |
parent | dcd00432e99667e00b21b120336004cde4965e57 (diff) | |
download | freebsd-ports-graphics-b69114316e53cc13ea8e80defd247b8bff50965b.tar.gz freebsd-ports-graphics-b69114316e53cc13ea8e80defd247b8bff50965b.tar.zst freebsd-ports-graphics-b69114316e53cc13ea8e80defd247b8bff50965b.zip |
Change dependencies from static to shared openssl libraries,
because openssl also builds shared libraries, now.
Diffstat (limited to 'security/bjorb')
-rw-r--r-- | security/bjorb/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/bjorb/Makefile b/security/bjorb/Makefile index 1f8bb3a9881..303ed1cdb3e 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" |