summaryrefslogtreecommitdiffstats
path: root/www/mod_auth_kerb2
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2006-01-20 00:14:56 +0000
committerkris <kris@FreeBSD.org>2006-01-20 00:14:56 +0000
commitc6ba89904403f166db41c1eb8dd09236faff0be4 (patch)
treefdf6e9042e145d67c4dddb369974dc1c6ef166d9 /www/mod_auth_kerb2
parentf0150cd438be2c6d2466bd71252338d6055f9759 (diff)
downloadFreeBSD-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/Makefile4
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
OpenPOWER on IntegriCloud