- RELENG_6_0 check limited to port

PR:		88645
Submitted by:	NIIMI Satoshi
This commit is contained in:
Dirk Meyer 2005-11-08 08:31:20 +00:00
parent 132065a698
commit ffdca75c94
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=147551

View File

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