aboutsummaryrefslogtreecommitdiff
path: root/sysutils/lookupd/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-03-20 13:38:17 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-03-20 13:38:17 +0000
commit9d2eb43f70f5da1c57d0413f4d787195fb526a4e (patch)
tree21a08b4c933e05030e4a567840dc66aa38f054b7 /sysutils/lookupd/Makefile
parentddb8804c0ffbf246685bcb9d810efeaae6dcd095 (diff)
downloadports-9d2eb43f70f5da1c57d0413f4d787195fb526a4e.tar.gz
ports-9d2eb43f70f5da1c57d0413f4d787195fb526a4e.zip
Notes
Diffstat (limited to 'sysutils/lookupd/Makefile')
-rw-r--r--sysutils/lookupd/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/lookupd/Makefile b/sysutils/lookupd/Makefile
index b7a11b490eb8..099b669d4747 100644
--- a/sysutils/lookupd/Makefile
+++ b/sysutils/lookupd/Makefile
@@ -31,4 +31,8 @@ post-install:
CFLAGS+= -fPIC
.endif
+.if ${OSVERSION} > 900007
+BROKEN= fails to build with new utmpx
+.endif
+
.include <bsd.port.post.mk>