diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-11-07 22:25:40 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-11-07 22:25:40 +0000 |
commit | acf35466446c6b369b534baa051eaf8468d9db77 (patch) | |
tree | 12500663952f3721816fb18b0ab39525e506cb3c /security | |
parent | bd8d8600c4cd2d871aaa0a5244d266c861f4a285 (diff) | |
download | ports-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')
-rw-r--r-- | security/bjorb/Makefile | 2 | ||||
-rw-r--r-- | security/keynote/Makefile | 2 | ||||
-rw-r--r-- | security/slush/Makefile | 2 | ||||
-rw-r--r-- | security/sslproxy/Makefile | 3 | ||||
-rw-r--r-- | security/stunnel/Makefile | 6 |
5 files changed, 11 insertions, 4 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" diff --git a/security/keynote/Makefile b/security/keynote/Makefile index 89911facaab1..cbf5363e6f38 100644 --- a/security/keynote/Makefile +++ b/security/keynote/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= http://www.cis.upenn.edu/~angelos/Code/ MAINTAINER= se@FreeBSD.org BUILD_DEPENDS= openssl:${PORTSDIR}/security/openssl +LIB_DEPENDS= crypto.1:${PORTSDIR}/security/openssl \ + ssl.1:${PORTSDIR}/security/openssl WRKSRC= ${WRKDIR}/KeyNote-2-beta4 diff --git a/security/slush/Makefile b/security/slush/Makefile index e20b291a5940..9461a4e4a073 100644 --- a/security/slush/Makefile +++ b/security/slush/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= http://violet.ibs.com.au/slush/files/ \ MAINTAINER= shipley@dis.org BUILD_DEPENDS= openssl:${PORTSDIR}/security/openssl +LIB_DEPENDS= crypto.1:${PORTSDIR}/security/openssl \ + ssl.1:${PORTSDIR}/security/openssl #MAN= slush.1 diff --git a/security/sslproxy/Makefile b/security/sslproxy/Makefile index 4e67d4c5e120..c2b39bbb2192 100644 --- a/security/sslproxy/Makefile +++ b/security/sslproxy/Makefile @@ -14,7 +14,8 @@ MASTER_SITES= ftp://ftp.obdev.at/pub/Products/sslproxy/ MAINTAINER= alexlh@funk.org BUILD_DEPENDS= ${PREFIX}/include/openssl/ssl.h:${PORTSDIR}/security/openssl -RUN_DEPENDS= ${PREFIX}/lib/libssl.a:${PORTSDIR}/security/openssl +LIB_DEPENDS= crypto.1:${PORTSDIR}/security/openssl \ + ssl.1:${PORTSDIR}/security/openssl .if defined(USA_RESIDENT) && ${USA_RESIDENT} == YES LIB_DEPENDS= rsaref.2:${PORTSDIR}/security/rsaref diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index 81ccbfa2d76f..9396d662f7ee 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -16,9 +16,9 @@ MASTER_SITES= http://opensores.thebunker.net/pub/mirrors/stunnel/ \ MAINTAINER= martti.kuparinen@ericsson.com -BUILD_DEPENDS= openssl:${PORTSDIR}/security/openssl \ - ${PREFIX}/lib/libssl.a:${PORTSDIR}/security/openssl \ - ${PREFIX}/lib/libcrypto.a:${PORTSDIR}/security/openssl +BUILD_DEPENDS= openssl:${PORTSDIR}/security/openssl +LIB_DEPENDS= crypto.1:${PORTSDIR}/security/openssl \ + ssl.1:${PORTSDIR}/security/openssl RUN_DEPENDS= openssl:${PORTSDIR}/security/openssl .if defined(USA_RESIDENT) && ${USA_RESIDENT} == YES |