1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00

- force FreeBSD 6.0 to use 0.9.7

- honor WITHOUT_OPENSSL_097
This commit is contained in:
Dirk Meyer 2005-11-07 20:58:17 +00:00
parent d877423bb4
commit fab6998c6d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=147525

View File

@ -2,7 +2,7 @@
# Date created: 31 May 2002
# Whom: dinoex
#
# $FreeBSD: /tmp/pcvs/ports/Mk/bsd.openssl.mk,v 1.24 2005-10-14 06:41:49 dinoex Exp $
# $FreeBSD: /tmp/pcvs/ports/Mk/bsd.openssl.mk,v 1.25 2005-11-07 20:58:17 dinoex Exp $
#
# Use of 'USE_OPENSSL=yes' includes this Makefile after bsd.ports.pre.mk
#
@ -46,6 +46,12 @@ WITH_OPENSSL_PORT=yes
WITH_OPENSSL_STABLE=yes
.endif
.if !defined(WITHOUT_OPENSSL_097) && !defined(WITH_OPENSSL_BETA)
.if ( ${OSVERSION} >= 600000 ) && ( ${OSVERSION} < 600100 )
WITH_OPENSSL_STABLE=yes
.endif
.endif
# if no preference was set, check for an installed base version
# but give an installed port preference over it.
.if !defined(WITH_OPENSSL_BASE) && \