diff options
-rw-r--r-- | net/nss_ldap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nss_ldap/Makefile b/net/nss_ldap/Makefile index 0b27f3447d28..afb962dad809 100644 --- a/net/nss_ldap/Makefile +++ b/net/nss_ldap/Makefile @@ -32,6 +32,6 @@ do-install: .include <bsd.port.pre.mk> .if ${OSVERSION} < 500112 -BROKEN= NSS modules only supported on FreeBSD 5.1 or later +IGNORE= NSS modules only supported on FreeBSD 5.1 or later .endif .include <bsd.port.post.mk> |