diff options
author | nectar <nectar@FreeBSD.org> | 2003-04-20 01:16:00 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2003-04-20 01:16:00 +0000 |
commit | 44e8845fbc64b19a98b79fe447ba82659a50f882 (patch) | |
tree | 34eae1dc4c4abef6bd6ceae5b6865bad3a9a87e0 | |
parent | 91f30c2507843c8ed52bf549c3acf969a9dec1ad (diff) | |
download | FreeBSD-ports-44e8845fbc64b19a98b79fe447ba82659a50f882.zip FreeBSD-ports-44e8845fbc64b19a98b79fe447ba82659a50f882.tar.gz |
Mark `IGNORE' for earlier FreeBSD versions, rather than `BROKEN'.
Requested by: kris
-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 0b27f34..afb962d 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> |