diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-10-28 22:51:16 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-10-28 22:51:16 +0000 |
commit | c104a9396154362152a0e1911e21553b22c35f32 (patch) | |
tree | 00d9aa8d2f6ee6f5a3db8e197344077f78de6f91 /net/nss_ldap/Makefile | |
parent | 7ec27e904a2dc1a68b5a1e8fe210939e3184896f (diff) | |
download | ports-c104a9396154362152a0e1911e21553b22c35f32.tar.gz ports-c104a9396154362152a0e1911e21553b22c35f32.zip |
Notes
Diffstat (limited to 'net/nss_ldap/Makefile')
-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> |