aboutsummaryrefslogtreecommitdiff
path: root/sysutils/lookupd
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-09-17 02:32:20 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-09-17 02:32:20 +0000
commit2c89752fe7fc34608ba95ee17eef707bfa9d2a59 (patch)
tree1e127fffc78c6a335e2ed4be9ed927382ce844d3 /sysutils/lookupd
parent7201fe2be53f51b9b8ae89c9009f1bf2fc807397 (diff)
downloadports-2c89752fe7fc34608ba95ee17eef707bfa9d2a59.tar.gz
ports-2c89752fe7fc34608ba95ee17eef707bfa9d2a59.zip
BROKEN on 6.x: Does not compile
Notes
Notes: svn path=/head/; revision=173201
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 312fe83ab2cb..c03847874055 100644
--- a/sysutils/lookupd/Makefile
+++ b/sysutils/lookupd/Makefile
@@ -34,4 +34,8 @@ post-install:
IGNORE= This version of lookupd is only supported on FreeBSD 5.1 or later
.endif
+.if ${OSVERSION} >= 601104
+BROKEN= Does not compile on FreeBSD >= 6.x
+.endif
+
.include <bsd.port.post.mk>