diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2003-04-20 01:16:00 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2003-04-20 01:16:00 +0000 |
commit | be76e21ec21d9f5a8c6da0572a285c700950499d (patch) | |
tree | 434cd1a27e6d6a46028084bf32938d4b110407a4 /net | |
parent | 40b9d8ff8ee64a37fbb723bc8bc66e3b833b0eac (diff) | |
download | freebsd-ports-be76e21ec21d9f5a8c6da0572a285c700950499d.zip |
Mark `IGNORE' for earlier FreeBSD versions, rather than `BROKEN'.
Requested by: kris
Diffstat (limited to 'net')
-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> |