diff options
author | kris <kris@FreeBSD.org> | 2006-01-20 00:14:56 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-01-20 00:14:56 +0000 |
commit | c6ba89904403f166db41c1eb8dd09236faff0be4 (patch) | |
tree | fdf6e9042e145d67c4dddb369974dc1c6ef166d9 /www/mod_auth_kerb2 | |
parent | f0150cd438be2c6d2466bd71252338d6055f9759 (diff) | |
download | FreeBSD-ports-c6ba89904403f166db41c1eb8dd09236faff0be4.zip FreeBSD-ports-c6ba89904403f166db41c1eb8dd09236faff0be4.tar.gz |
BROKEN on 7.0: Does not compile
Diffstat (limited to 'www/mod_auth_kerb2')
-rw-r--r-- | www/mod_auth_kerb2/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/mod_auth_kerb2/Makefile b/www/mod_auth_kerb2/Makefile index aa18a41..4c03da6 100644 --- a/www/mod_auth_kerb2/Makefile +++ b/www/mod_auth_kerb2/Makefile @@ -38,6 +38,10 @@ OPTIONS+= off .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700014 +BROKEN= "Does not compile on FreeBSD >= 7.0" +.endif + .if exists(${PREFIX}/sbin/apxs) APACHE_MODULE_DIR!=${PREFIX}/sbin/apxs -q LIBEXECDIR .else |