diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-03-20 13:25:14 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-03-20 13:25:14 +0000 |
commit | c2162ea77a5d01ddb0a8ebbc58039db968448bd0 (patch) | |
tree | 19e70e1da33bdd505347cb2ac6335efe528b3662 /chinese/hztty | |
parent | 41c88fb7e218989630d8ade6ad1dc725699ecea6 (diff) |
Notes
Diffstat (limited to 'chinese/hztty')
-rw-r--r-- | chinese/hztty/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/chinese/hztty/Makefile b/chinese/hztty/Makefile index 1f4593da9c07..154ae19e991f 100644 --- a/chinese/hztty/Makefile +++ b/chinese/hztty/Makefile @@ -17,8 +17,14 @@ ALL_TARGET= bsd MAN1= hztty.1 PLIST_FILES= bin/hztty +.include <bsd.port.pre.mk> + +.if ${OSVERSION} > 900007 +BROKEN= fails to build with new utmpx +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/hztty ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/hztty.1 ${PREFIX}/man/man1 -.include <bsd.port.mk> +.include <bsd.port.post.mk> |