diff options
author | nectar <nectar@FreeBSD.org> | 2003-04-20 09:16:00 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2003-04-20 09:16:00 +0800 |
commit | 44e8845fbc64b19a98b79fe447ba82659a50f882 (patch) | |
tree | 34eae1dc4c4abef6bd6ceae5b6865bad3a9a87e0 /net | |
parent | 91f30c2507843c8ed52bf549c3acf969a9dec1ad (diff) | |
download | freebsd-ports-gnome-44e8845fbc64b19a98b79fe447ba82659a50f882.tar.gz freebsd-ports-gnome-44e8845fbc64b19a98b79fe447ba82659a50f882.tar.zst freebsd-ports-gnome-44e8845fbc64b19a98b79fe447ba82659a50f882.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> |