diff options
author | des <des@FreeBSD.org> | 2006-02-01 18:52:31 +0800 |
---|---|---|
committer | des <des@FreeBSD.org> | 2006-02-01 18:52:31 +0800 |
commit | de57eabc1a75fc866513317212a4cb31a53a99ea (patch) | |
tree | a5c453a1b42d7bcfc5de4e9f0271ae1b00295ec2 | |
parent | 480ae3c256741cefba542dd33af8e42d1f704848 (diff) | |
download | freebsd-ports-gnome-de57eabc1a75fc866513317212a4cb31a53a99ea.tar.gz freebsd-ports-gnome-de57eabc1a75fc866513317212a4cb31a53a99ea.tar.zst freebsd-ports-gnome-de57eabc1a75fc866513317212a4cb31a53a99ea.zip |
Remove BROKEN; nss_ldap compiles and runs fine on recent -CURRENT.
-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> |