aboutsummaryrefslogtreecommitdiff
path: root/www/mod_auth_kerb2
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-01-20 00:14:56 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-01-20 00:14:56 +0000
commita55a2cadba20ea0d698b49a42f252f26b21346f6 (patch)
tree7033dcf29fdd60a51161d1b1283044baecfc1044 /www/mod_auth_kerb2
parent1dea20ce8b24e1e19b2ae64a7c46381c1dbbcf94 (diff)
downloadports-a55a2cadba20ea0d698b49a42f252f26b21346f6.tar.gz
ports-a55a2cadba20ea0d698b49a42f252f26b21346f6.zip
Notes
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 aa18a416c1f2..4c03da6334dd 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