aboutsummaryrefslogtreecommitdiffstats
path: root/security/openssl
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2003-02-15 14:31:34 +0800
committerdinoex <dinoex@FreeBSD.org>2003-02-15 14:31:34 +0800
commit17f3400d39629e5343228bef9d0b2ce2e52ad135 (patch)
tree224b788db18f5e564eac6c6d9d7ec9aa6ed1812f /security/openssl
parentca77d16ad2efd78983efab8d68f980b84753cf62 (diff)
downloadfreebsd-ports-gnome-17f3400d39629e5343228bef9d0b2ce2e52ad135.tar.gz
freebsd-ports-gnome-17f3400d39629e5343228bef9d0b2ce2e52ad135.tar.zst
freebsd-ports-gnome-17f3400d39629e5343228bef9d0b2ce2e52ad135.zip
- sync SHLIBVER for OPENSSL_OVERWRITE_BASE=yes and 5.0-CURRENT
Diffstat (limited to 'security/openssl')
-rw-r--r--security/openssl/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index 77851a814538..35ff33923870 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -47,7 +47,11 @@ INSTALLS_SHLIB= yes
.if defined(OPENSSL_OVERWRITE_BASE)
PKGNAMESUFFIX= -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=""