summaryrefslogtreecommitdiffstats
path: root/security/openssl-beta
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2003-02-15 07:01:44 +0000
committerdinoex <dinoex@FreeBSD.org>2003-02-15 07:01:44 +0000
commit58102ed53831a65139cf5fac7368daf6e29e72a4 (patch)
tree4cd9473f69e5b39434fee0060e5bc63fbbafdcd3 /security/openssl-beta
parent17f3400d39629e5343228bef9d0b2ce2e52ad135 (diff)
downloadFreeBSD-ports-58102ed53831a65139cf5fac7368daf6e29e72a4.zip
FreeBSD-ports-58102ed53831a65139cf5fac7368daf6e29e72a4.tar.gz
- sync SHLIBVER for OPENSSL_OVERWRITE_BASE=yes and 5.0-CURRENT
Diffstat (limited to 'security/openssl-beta')
-rw-r--r--security/openssl-beta/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/openssl-beta/Makefile b/security/openssl-beta/Makefile
index 8cc37cd..858c261 100644
--- a/security/openssl-beta/Makefile
+++ b/security/openssl-beta/Makefile
@@ -48,7 +48,11 @@ INSTALLS_SHLIB= yes
.if defined(OPENSSL_OVERWRITE_BASE)
PKGNAMESUFFIX= -beta-overwrite-base
PREFIX= /usr
+.if exists(/usr/lib/libcrypto.so.3)
+SHLIBVER= 3
+.else
SHLIBVER= 2
+.endif
OPENSSLDIR= /etc/ssl
MANPREFIX= ${PREFIX}/openssl
PLIST_SUB+= MANDIR=""
OpenPOWER on IntegriCloud