aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_auth_kerb2
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-07 11:31:20 +0800
committerkris <kris@FreeBSD.org>2004-02-07 11:31:20 +0800
commit1a3ba98393bc306f27b9f2610f111488bb117c96 (patch)
tree887df0b5dedcdb7b759f15c4a15f25f5fc479ba6 /www/mod_auth_kerb2
parent001914d5b446e552dd2ea0ae93e7b456d57a991e (diff)
downloadfreebsd-ports-graphics-1a3ba98393bc306f27b9f2610f111488bb117c96.tar.gz
freebsd-ports-graphics-1a3ba98393bc306f27b9f2610f111488bb117c96.tar.zst
freebsd-ports-graphics-1a3ba98393bc306f27b9f2610f111488bb117c96.zip
BROKEN on 5.x: Does not compile
Diffstat (limited to 'www/mod_auth_kerb2')
-rw-r--r--www/mod_auth_kerb2/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/www/mod_auth_kerb2/Makefile b/www/mod_auth_kerb2/Makefile
index 2ae366ff6a3..d4ca183a335 100644
--- a/www/mod_auth_kerb2/Makefile
+++ b/www/mod_auth_kerb2/Makefile
@@ -30,6 +30,12 @@ WRKSRC= ${WRKDIR}/src/modules/kerberos
KRB5_HOME?= ${LOCALBASE}
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502000
+BROKEN= "Does not compile"
+.endif
+
do-build:
cd ${WRKSRC} && \
${APXS} -I${KRB5_HOME}/include \
@@ -43,4 +49,4 @@ do-build:
do-install:
${APXS} -i -A -n ${PORTNAME:S/mod_//g} ${WRKSRC}/${PORTNAME}.so
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>