diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-03-20 15:45:21 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-03-20 15:45:21 +0000 |
commit | 5a23bb49bd36e79bbe2eb49a55ff65cdad56c548 (patch) | |
tree | b4ccb9aa213c7b7ca2d614dd6efab8bf9656fb69 /misc/wminfo | |
parent | e463dfdc2d5bd0f1470af7ad88576fd8f54d9cdf (diff) |
- Mark BROKEN on HEAD: fails to build with new utmpx
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=251275
Diffstat (limited to 'misc/wminfo')
-rw-r--r-- | misc/wminfo/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/misc/wminfo/Makefile b/misc/wminfo/Makefile index 42b7addbebc5..cf426dc14bbb 100644 --- a/misc/wminfo/Makefile +++ b/misc/wminfo/Makefile @@ -28,4 +28,10 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wminfo ${PREFIX}/bin -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} > 900007 +BROKEN= fails to build with new utmpx +.endif + +.include <bsd.port.post.mk> |