summaryrefslogtreecommitdiffstats
path: root/www/mod_auth_kerb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_auth_kerb/Makefile')
-rw-r--r--www/mod_auth_kerb/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/www/mod_auth_kerb/Makefile b/www/mod_auth_kerb/Makefile
index 2ae366f..d4ca183 100644
--- a/www/mod_auth_kerb/Makefile
+++ b/www/mod_auth_kerb/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>
OpenPOWER on IntegriCloud