diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-04-10 21:47:32 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-04-10 21:47:32 +0000 |
commit | ea0dd8806c9e087ba4bc40762a077359e3ebd221 (patch) | |
tree | 2ebc4b6b56b80f0a12eadbc099ef7f9cafe0a033 /sysutils/lookupd | |
parent | 3c30966bd8733f5bb75dcde69e3838fa5421326a (diff) |
Notes
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> |