aboutsummaryrefslogtreecommitdiff
path: root/net/nss_ldap/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-10-28 22:51:16 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-10-28 22:51:16 +0000
commitc104a9396154362152a0e1911e21553b22c35f32 (patch)
tree00d9aa8d2f6ee6f5a3db8e197344077f78de6f91 /net/nss_ldap/Makefile
parent7ec27e904a2dc1a68b5a1e8fe210939e3184896f (diff)
downloadports-c104a9396154362152a0e1911e21553b22c35f32.tar.gz
ports-c104a9396154362152a0e1911e21553b22c35f32.zip
BROKEN on 7.0: Does not compile
Notes
Notes: svn path=/head/; revision=146604
Diffstat (limited to 'net/nss_ldap/Makefile')
-rw-r--r--net/nss_ldap/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/nss_ldap/Makefile b/net/nss_ldap/Makefile
index 9ac46492ea6e..d509c592f760 100644
--- a/net/nss_ldap/Makefile
+++ b/net/nss_ldap/Makefile
@@ -48,4 +48,8 @@ do-install:
.if ${OSVERSION} < 500112
IGNORE= NSS modules only supported on FreeBSD 5.1 or later
.endif
+
+.if ${OSVERSION} >= 700000
+BROKEN= "Does not compile on FreeBSD >= 7.0"
+.endif
.include <bsd.port.post.mk>