summaryrefslogtreecommitdiffstats
path: root/security/openssl-beta
diff options
context:
space:
mode:
authorokazaki <okazaki@FreeBSD.org>2001-07-07 23:34:36 +0000
committerokazaki <okazaki@FreeBSD.org>2001-07-07 23:34:36 +0000
commit88e5955a1c4927745e3e71ceeabe1cc8a819ab89 (patch)
treef39a2302b2579518ffdeec58d19ea14a237f6585 /security/openssl-beta
parent7d02ef2d19818bacab18dbaa5aacf16bcd63baaa (diff)
downloadFreeBSD-ports-88e5955a1c4927745e3e71ceeabe1cc8a819ab89.zip
FreeBSD-ports-88e5955a1c4927745e3e71ceeabe1cc8a819ab89.tar.gz
Make it buildable on 2.2-STABLE again.
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 76d38ea..1bdc469 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
OpenPOWER on IntegriCloud