aboutsummaryrefslogtreecommitdiff
path: root/sysutils/lookupd
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-04-10 21:47:32 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-04-10 21:47:32 +0000
commitea0dd8806c9e087ba4bc40762a077359e3ebd221 (patch)
tree2ebc4b6b56b80f0a12eadbc099ef7f9cafe0a033 /sysutils/lookupd
parent3c30966bd8733f5bb75dcde69e3838fa5421326a (diff)
downloadports-ea0dd8806c9e087ba4bc40762a077359e3ebd221.tar.gz
ports-ea0dd8806c9e087ba4bc40762a077359e3ebd221.zip
Notes
Diffstat (limited to 'sysutils/lookupd')
-rw-r--r--sysutils/lookupd/Makefile4
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>