diff options
-rw-r--r-- | www/mod_ntlm2/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/www/mod_ntlm2/Makefile b/www/mod_ntlm2/Makefile index 806957f92271..c225233d9ce8 100644 --- a/www/mod_ntlm2/Makefile +++ b/www/mod_ntlm2/Makefile @@ -20,4 +20,10 @@ MAKE_ENV= APXS=${APXS} BUILD_DEPENDS= ${LOCALBASE}/bin/smbclient:${PORTSDIR}/net/samba3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile +.endif + +.include <bsd.port.post.mk> |