diff options
Diffstat (limited to 'net/nss_ldap')
-rw-r--r-- | net/nss_ldap/Makefile | 4 |
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> |