diff options
author | fredb <fredb@pkgsrc.org> | 2001-04-09 02:54:22 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2001-04-09 02:54:22 +0000 |
commit | 3aee0d049980537db243a13183ff7f22dc6ff32e (patch) | |
tree | f1f01e48b51d392becc63a474f5213347378d2e0 /mk/bsd.pkg.mk | |
parent | bc771d406c2c8cd35d284faa9969d587263485f2 (diff) | |
download | pkgsrc-3aee0d049980537db243a13183ff7f22dc6ff32e.tar.gz |
Prepare for update of pkgsrc openssl to 0.9.6.
Diffstat (limited to 'mk/bsd.pkg.mk')
-rw-r--r-- | mk/bsd.pkg.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 3405a3129da..b886d893139 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.714 2001/04/08 14:14:11 hubertf Exp $ +# $NetBSD: bsd.pkg.mk,v 1.715 2001/04/09 02:54:22 fredb Exp $ # # This file is in the public domain. # @@ -232,7 +232,7 @@ MAKE_ENV+= LIBTOOL="${LIBTOOL} ${LIBTOOL_FLAGS}" SSLBASE= /usr SSLCERTS= /etc/openssl/certs .else -DEPENDS+= openssl>=0.9.5a:../../security/openssl +DEPENDS+= openssl-0.9.[56]*:../../security/openssl SSLBASE= ${LOCALBASE} SSLCERTS= ${SSLBASE}/certs .endif |