diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-01-09 13:16:49 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-01-09 13:16:49 +0000 |
commit | 9d79e7b1469f6887d302e13ce7c67c54408a2453 (patch) | |
tree | 263754af5ddd95f1ad55b06c101378a0cf71009b /www/mod_auth_gssapi | |
parent | Add distinfo for the Staging patchset again, now also available for 2.0 RC4. (diff) |
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket
Diffstat (limited to 'www/mod_auth_gssapi')
-rw-r--r-- | www/mod_auth_gssapi/Makefile | 4 |
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 |