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/slush | |
parent | Build 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 'security/slush')
-rw-r--r-- | security/slush/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |