diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-04-07 05:54:39 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-04-07 05:54:39 +0000 |
commit | cee61e643da17a5160e317343a2be980617258de (patch) | |
tree | 0d3dcce30dbdb8c9b5c5f5c0459f06634e35ebb6 /security | |
parent | da4d3a235544c09cdb266ababc2bde23069ff5d2 (diff) | |
download | FreeBSD-ports-cee61e643da17a5160e317343a2be980617258de.zip FreeBSD-ports-cee61e643da17a5160e317343a2be980617258de.tar.gz |
- defaults to STABLE/CURRENT shared lib version
Diffstat (limited to 'security')
-rw-r--r-- | security/openssl/bsd.openssl.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/openssl/bsd.openssl.mk b/security/openssl/bsd.openssl.mk index ff5ec8e..4006f35 100644 --- a/security/openssl/bsd.openssl.mk +++ b/security/openssl/bsd.openssl.mk @@ -2,7 +2,7 @@ # Date created: 31 May 2002 # Whom: dinoex # -# $FreeBSD: /tmp/pcvs/ports/security/openssl/Attic/bsd.openssl.mk,v 1.1 2003-04-03 18:24:31 dinoex Exp $ +# $FreeBSD: /tmp/pcvs/ports/security/openssl/Attic/bsd.openssl.mk,v 1.2 2003-04-07 05:54:39 dinoex Exp $ # # this substitutes USE_OPENSSL=yes # just include this makefile after bsd.ports.pre.mk @@ -81,10 +81,10 @@ MAKE_ARGS+= OPENSSL_CFLAGS="${OPENSSL_CFLAGS}" .else -.if exists(/usr/lib/libcrypto.so.3) -SHLIBVER= 4 -.else +.if exists(/usr/lib/libcrypto.so.2) && !exists(/usr/lib/libcrypto.so.3) SHLIBVER= 3 +.else +SHLIBVER= 4 .endif OPENSSLBASE= ${LOCALBASE} |