summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/openssl-beta/Makefile2
-rw-r--r--security/openssl/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/security/openssl-beta/Makefile b/security/openssl-beta/Makefile
index beeb3c63b38b..a10932ada9b5 100644
--- a/security/openssl-beta/Makefile
+++ b/security/openssl-beta/Makefile
@@ -16,7 +16,7 @@ MASTER_SITES= http://www.openssl.org/source/ \
MAINTAINER= ports@FreeBSD.org
.include <bsd.port.pre.mk>
-.if exists(/usr/lib/libssl.a) && ${OSVERSION} >= 400014
+.if exists(/usr/lib/libssl.a) && ${OSVERSION} >= 430000
FORBIDDEN= "OpenSSL is already in the base system"
.endif
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index beeb3c63b38b..a10932ada9b5 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -16,7 +16,7 @@ MASTER_SITES= http://www.openssl.org/source/ \
MAINTAINER= ports@FreeBSD.org
.include <bsd.port.pre.mk>
-.if exists(/usr/lib/libssl.a) && ${OSVERSION} >= 400014
+.if exists(/usr/lib/libssl.a) && ${OSVERSION} >= 430000
FORBIDDEN= "OpenSSL is already in the base system"
.endif