aboutsummaryrefslogtreecommitdiff
path: root/security/openssl
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2001-09-03 18:53:44 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2001-09-03 18:53:44 +0000
commitfe7b81b2eb57ab0919d82291277ae691b3b53304 (patch)
tree22cb885a484aedb2bf2102e6039e7de7cf3e34f7 /security/openssl
parent3eca63ecd7c505366becf77167c21c6109f7e82f (diff)
downloadports-fe7b81b2eb57ab0919d82291277ae691b3b53304.tar.gz
ports-fe7b81b2eb57ab0919d82291277ae691b3b53304.zip
Notes
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 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