From 0702ceea1aebc93bd5732d816f7e8ea95f252359 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Thu, 20 Oct 2005 11:14:47 +0000 Subject: [PATCH] - Fix build of openssl-beta on 6.0 --- security/openssl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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