summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-12-10 22:37:33 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-12-10 22:37:33 +0000
commit575b87ed278e9ae7fcd46a138c5c5fae5acfe0a9 (patch)
treec76fa4599b7d20590c5e2ed8d33a409b1436fa9f
parent- Mark BROKEN on amd64-7 (diff)
- Mark BROKEN on 7.0: does not compile
Reported by: pointyhat Approved by: portmgr (hat)
Notes
Notes: svn path=/head/; revision=202935
-rw-r--r--www/mod_ntlm2/Makefile8
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>