diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-06 17:59:31 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-06 17:59:31 +0000 |
commit | b2a96c6df1c8809216eced623ec37a8372b3216e (patch) | |
tree | 0c994bc87e8a2f221a7e2be76b9aafc16eab32bb /security/openssl | |
parent | 87b685f5d4325ba771e96b0ef49c71f903fb3ae0 (diff) |
- Remove conditional checks for FreeBSD 5.x and older
Notes
Notes:
svn path=/head/; revision=225335
Diffstat (limited to 'security/openssl')
-rw-r--r-- | security/openssl/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 27a6b0a6b070..96bc0fad608b 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -879,17 +879,9 @@ OPENSSL_BASE_SOPATH= ${OPENSSL_BASE_SONAME:H} .if ( ${OSVERSION} >= 700019 ) IGNORE= Conflicts with version in the base .endif -.if ( ${OSVERSION} >= 600100 ) OPENSSL_SHLIBVER?= 4 .else -OPENSSL_SHLIBVER?= 3 -.endif -.else -.if ( ${OSVERSION} >= 600100 ) OPENSSL_SHLIBVER?= 5 -.else -OPENSSL_SHLIBVER?= 4 -.endif .endif # disable runtime SSE2 detection |