diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2006-02-01 10:52:31 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2006-02-01 10:52:31 +0000 |
commit | 3bedc4746a6a475411d8b47e72c5551ff975991b (patch) | |
tree | 8c6f6c6e9aa03c5938c36d7f86cd136d6e98c6f6 /net | |
parent | 31ec329d4d180141d08bce38aa958f011daedb9b (diff) | |
download | ports-3bedc4746a6a475411d8b47e72c5551ff975991b.tar.gz ports-3bedc4746a6a475411d8b47e72c5551ff975991b.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/nss_ldap/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/nss_ldap/Makefile b/net/nss_ldap/Makefile index bead64384dcc..a4ec13d15789 100644 --- a/net/nss_ldap/Makefile +++ b/net/nss_ldap/Makefile @@ -48,7 +48,4 @@ do-install: 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> |