diff options
Diffstat (limited to 'security/openssl/Makefile')
-rw-r--r-- | security/openssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index c5382960dde0..3f148d8276c9 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= openssl -.if !defined(WITHOUT_OPENSSL_097) +.if !defined(WITHOUT_OPENSSL_097) && !defined(WITH_OPENSSL_BETA) .if !defined(OSVERSION6) OSVERSION6!= make OSVERSION6=0 -V OSVERSION .endif |