diff options
Diffstat (limited to 'sysutils/lookupd')
-rw-r--r-- | sysutils/lookupd/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/lookupd/Makefile b/sysutils/lookupd/Makefile index 2f46228b4ae0..33a2062436a2 100644 --- a/sysutils/lookupd/Makefile +++ b/sysutils/lookupd/Makefile @@ -33,4 +33,8 @@ post-install: IGNORE= This version of lookupd is only supported on FreeBSD 5.1 or later .endif +.if ${OSVERSION} > 600021 +BROKEN= "Does not compile on FreeBSD >= 6.x" +.endif + .include <bsd.port.post.mk> |