summaryrefslogtreecommitdiffstats
path: root/security/openssl
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2001-09-03 18:53:44 +0000
committerdinoex <dinoex@FreeBSD.org>2001-09-03 18:53:44 +0000
commit5deb479bdc5d4d852b2f883018ca66843a1c4221 (patch)
tree8ec7d9d346affd9ae3e83ddad5f09c708f361942 /security/openssl
parentc34e81afc0a995a48636825511df0f1bcaa44d79 (diff)
downloadFreeBSD-ports-5deb479bdc5d4d852b2f883018ca66843a1c4221.zip
FreeBSD-ports-5deb479bdc5d4d852b2f883018ca66843a1c4221.tar.gz
Allow to build libcrypto.so.2 for 4.0, 4,1 and 4.2 RELEASE
so dependent ports can build correctly.
Diffstat (limited to 'security/openssl')
-rw-r--r--security/openssl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index beeb3c6..a10932a 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
OpenPOWER on IntegriCloud