aboutsummaryrefslogtreecommitdiff
path: root/www/mod_auth_gssapi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_auth_gssapi/Makefile')
-rw-r--r--www/mod_auth_gssapi/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/www/mod_auth_gssapi/Makefile b/www/mod_auth_gssapi/Makefile
index 122fb40261a9..bc1fc784ac28 100644
--- a/www/mod_auth_gssapi/Makefile
+++ b/www/mod_auth_gssapi/Makefile
@@ -31,9 +31,7 @@ PLIST_SUB+= APMOD_FILE=${APMOD_FILE}
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 1000000 && ${SSL_DEFAULT} == base
-IGNORE= mod_auth_gssapi requires OpenSSL 1.0.0+
-.elif ${SSL_DEFAULT:Mlibressl*}
+.if ${SSL_DEFAULT:Mlibressl*}
IGNORE= mod_auth_gssapi currently only supports OpenSSL
.endif