diff options
-rw-r--r-- | www/mod_auth_kerb/Makefile | 8 | ||||
-rw-r--r-- | www/mod_auth_kerb2/Makefile | 8 |
2 files changed, 14 insertions, 2 deletions
diff --git a/www/mod_auth_kerb/Makefile b/www/mod_auth_kerb/Makefile index 2ae366ff6a37..d4ca183a3357 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> diff --git a/www/mod_auth_kerb2/Makefile b/www/mod_auth_kerb2/Makefile index 2ae366ff6a37..d4ca183a3357 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> |