From 9d79e7b1469f6887d302e13ce7c67c54408a2453 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Mon, 9 Jan 2017 13:16:49 +0000 Subject: - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL Approved by: portmgr blanket --- www/mod_auth_gssapi/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'www/mod_auth_gssapi') 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 -.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 -- cgit v1.2.3