summaryrefslogtreecommitdiff
path: root/security/openssl-beta
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-beta
parentAdd fl_editor, a word-wrapping text editor widget for FLTK (Fast Light (diff)
Allow to build libcrypto.so.2 for 4.0, 4,1 and 4.2 RELEASE
so dependent ports can build correctly.
Notes
Notes: svn path=/head/; revision=47392
Diffstat (limited to 'security/openssl-beta')
-rw-r--r--security/openssl-beta/Makefile2
1 files changed, 1 insertions, 1 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