aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/lookupd
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-04-11 05:47:32 +0800
committerkris <kris@FreeBSD.org>2005-04-11 05:47:32 +0800
commit21fb36b41b1ec2d4470717b88b2d865c079c3015 (patch)
tree534e7f072089295866afea63a25491bca8d75ced /sysutils/lookupd
parent482d3a2db840ef6f5463f3440c65575135a12d7b (diff)
downloadfreebsd-ports-gnome-21fb36b41b1ec2d4470717b88b2d865c079c3015.tar.gz
freebsd-ports-gnome-21fb36b41b1ec2d4470717b88b2d865c079c3015.tar.zst
freebsd-ports-gnome-21fb36b41b1ec2d4470717b88b2d865c079c3015.zip
BROKEN on 6.0: Does not compile
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>