diff options
author | reed <reed@pkgsrc.org> | 2003-12-03 01:57:08 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2003-12-03 01:57:08 +0000 |
commit | ace3815fc778c9ab0e33d4f761a592073204cfc4 (patch) | |
tree | 346887a3b95703f1bd367957b32c748c2b954f90 /security | |
parent | 6692392e3b7bef6052514e381289aacd70fd542b (diff) | |
download | pkgsrc-ace3815fc778c9ab0e33d4f761a592073204cfc4.tar.gz |
The PLIST.linux was empty, but should be registering the
libssl.so* and libcrypto.so* files. So added this.
Diffstat (limited to 'security')
-rw-r--r-- | security/openssl/PLIST.linux | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/security/openssl/PLIST.linux b/security/openssl/PLIST.linux index 96b40ff2418..da22c38957d 100644 --- a/security/openssl/PLIST.linux +++ b/security/openssl/PLIST.linux @@ -1 +1,7 @@ -@comment $NetBSD: PLIST.linux,v 1.1 2001/11/01 01:22:31 zuntum Exp $ +@comment $NetBSD: PLIST.linux,v 1.2 2003/12/03 01:57:08 reed Exp $ +lib/libcrypto.so +lib/libcrypto.so.300 +lib/libcrypto.so.300.1 +lib/libssl.so +lib/libssl.so.300 +lib/libssl.so.300.1 |