summaryrefslogtreecommitdiff
path: root/security/openssl
diff options
context:
space:
mode:
authorOKAZAKI Tetsurou <okazaki@FreeBSD.org>2001-07-07 23:34:36 +0000
committerOKAZAKI Tetsurou <okazaki@FreeBSD.org>2001-07-07 23:34:36 +0000
commit2d0a1eee6abbc701e09b8abc329078d7e581bdb1 (patch)
treeeb48961c90c400040031e3436f64553ae546416b /security/openssl
parentChase the checksum. The author renamed the top-level directory; no other (diff)
Make it buildable on 2.2-STABLE again.
Notes
Notes: svn path=/head/; revision=44897
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 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