summaryrefslogtreecommitdiff
path: root/security/openssl/Makefile
diff options
context:
space:
mode:
authorskrll <skrll>2001-08-30 14:02:06 +0000
committerskrll <skrll>2001-08-30 14:02:06 +0000
commitc6b2e0bd5d32a2b338c849bf4b6f20cad5b3e7dd (patch)
treedc0dc6a02f2965a95b74dc617ca3bf6f80085a47 /security/openssl/Makefile
parent34226e8b8dc44775c9d131dfce0944496dd3841f (diff)
downloadpkgsrc-c6b2e0bd5d32a2b338c849bf4b6f20cad5b3e7dd.tar.gz
Record libssl dependency on libcrypt.
This allows a mixture of 1.5.x openssl (version<0.9.5) and security/openssl (version>=0.9.6) to actually work.
Diffstat (limited to 'security/openssl/Makefile')
-rw-r--r--security/openssl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index 81c3e148be9..435aaee9746 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2001/07/11 01:26:10 wiz Exp $
+# $NetBSD: Makefile,v 1.44 2001/08/30 14:02:06 skrll Exp $
DISTNAME= openssl-0.9.6
PKGNAME= ${DISTNAME}nb1
@@ -35,7 +35,7 @@ CONFIGURE_ENV= CC="${CC}"
.if ${OPSYS} == "NetBSD"
PATCH_SITES= ${MASTER_SITE_LOCAL}
-PATCHFILES= openssl-0.9.6-netbsd.patch.gz
+PATCHFILES= openssl-0.9.6-20010830-netbsd.patch.gz
MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC} MAKELIB=${FILESDIR}/makelib
.endif