diff options
author | fredb <fredb> | 2001-04-09 02:54:22 +0000 |
---|---|---|
committer | fredb <fredb> | 2001-04-09 02:54:22 +0000 |
commit | a76eb01e635205d356ad6e58f39c3c063d06050e (patch) | |
tree | f1f01e48b51d392becc63a474f5213347378d2e0 /mk | |
parent | 7e7af15f71f33c6f2f45ca181b47d54bb5cf9eda (diff) | |
download | pkgsrc-a76eb01e635205d356ad6e58f39c3c063d06050e.tar.gz |
Prepare for update of pkgsrc openssl to 0.9.6.
Diffstat (limited to '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 |