- bump SHLIB version for opessl 0.9.8

This commit is contained in:
Dirk Meyer 2005-10-04 07:44:37 +00:00
parent 1114c10fef
commit 075efcbe9c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144143

View File

@ -2,7 +2,7 @@
# Date created: 31 May 2002
# Whom: dinoex
#
# $FreeBSD: /tmp/pcvs/ports/Mk/bsd.openssl.mk,v 1.22 2005-07-28 05:08:45 dinoex Exp $
# $FreeBSD: /tmp/pcvs/ports/Mk/bsd.openssl.mk,v 1.23 2005-10-04 07:44:37 dinoex Exp $
#
# Use of 'USE_OPENSSL=yes' includes this Makefile after bsd.ports.pre.mk
#
@ -97,11 +97,14 @@ OPENSSLRPATH= /usr/lib:${LOCALBASE}/lib
.else
OPENSSLBASE= ${LOCALBASE}
.if defined(WITH_OPENSSL_BETA)
.if defined(WITH_OPENSSL_097)
OPENSSL_SHLIBVER?= 3
.else
OPENSSL_SHLIBVER?= 4
.endif
.if defined(WITH_OPENSSL_BETA)
OPENSSL_PORT?= security/openssl-beta
.else
OPENSSL_SHLIBVER?= 3
OPENSSL_PORT?= security/openssl
.endif
OPENSSLDIR= ${OPENSSLBASE}/openssl