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 76d38ea220a3..1bdc469d0166 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 ${OSVERSION} >= 400014 && exists(/usr/lib/libssl.a)
+.if exists(/usr/lib/libssl.a) && ${OSVERSION} >= 400014
FORBIDDEN= "OpenSSL is already in the base system"
.endif
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index 76d38ea220a3..1bdc469d0166 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 ${OSVERSION} >= 400014 && exists(/usr/lib/libssl.a)
+.if exists(/usr/lib/libssl.a) && ${OSVERSION} >= 400014
FORBIDDEN= "OpenSSL is already in the base system"
.endif