aboutsummaryrefslogtreecommitdiff
path: root/security/openssl-beta
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-01-31 19:54:56 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-01-31 19:54:56 +0000
commit4686c6597f640d413387a85b15714654c03fc9fb (patch)
treeebbd67f40b2f89a7ab1d69c521e0a980e6cf111a /security/openssl-beta
parent6b5fdc3e6390d24294c5aed2e010434590bdf273 (diff)
downloadports-4686c6597f640d413387a85b15714654c03fc9fb.tar.gz
ports-4686c6597f640d413387a85b15714654c03fc9fb.zip
Notes
Diffstat (limited to 'security/openssl-beta')
-rw-r--r--security/openssl-beta/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/security/openssl-beta/Makefile b/security/openssl-beta/Makefile
index e15c2df6a90c..3abdf091cde9 100644
--- a/security/openssl-beta/Makefile
+++ b/security/openssl-beta/Makefile
@@ -7,6 +7,7 @@
PORTNAME= openssl
PORTVERSION= 0.9.7
+PORTREVISION= 1
CATEGORIES= security devel
MASTER_SITES= http://www.openssl.org/source/ \
ftp://ftp.openssl.org/source/ \
@@ -34,7 +35,11 @@ PLIST_SUB+= SHARED="@comment "
.else
PLIST_SUB+= SHARED=""
ALL_TARGET= freebsd-shared all
+.if exists(/usr/lib/libcrypto.so.3)
+SHLIBVER= 4
+.else
SHLIBVER= 3
+.endif
MAKE_ENV+= SHLIBVER=${SHLIBVER}
PLIST_SUB+= SHLIBVER=${SHLIBVER}
INSTALLS_SHLIB= yes