aboutsummaryrefslogtreecommitdiff
path: root/sysutils/nfs-over-tls/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/nfs-over-tls/Makefile')
-rw-r--r--sysutils/nfs-over-tls/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/nfs-over-tls/Makefile b/sysutils/nfs-over-tls/Makefile
index 32e254e0858f..be734280cd4c 100644
--- a/sysutils/nfs-over-tls/Makefile
+++ b/sysutils/nfs-over-tls/Makefile
@@ -8,14 +8,14 @@ COMMENT= Utilities for NFS over TLS
LICENSE= BSD2CLAUSE
-LIB_DEPENDS= libssl.so:security/openssl
+LIB_DEPENDS= libssl.so:security/openssl
USES= kmod ssl
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 1300133
-IGNORE= Requires FreeBSD 13 or later with in-kernel TLS support \
+IGNORE= Requires FreeBSD 13 or later with in-kernel TLS support \
and OpenSSL with KTLS enabled
.endif