diff options
author | miwi <miwi@FreeBSD.org> | 2010-03-20 21:25:14 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-03-20 21:25:14 +0800 |
commit | 2f1e207f7ac3b7a583004db25bbc29ad770a6d79 (patch) | |
tree | 2f042cfa59dbfa8d08de931945e08196a504cf33 /chinese/hztty | |
parent | ea4dc1628a54fadcee395468134838e6c54b5380 (diff) | |
download | freebsd-ports-gnome-2f1e207f7ac3b7a583004db25bbc29ad770a6d79.tar.gz freebsd-ports-gnome-2f1e207f7ac3b7a583004db25bbc29ad770a6d79.tar.zst freebsd-ports-gnome-2f1e207f7ac3b7a583004db25bbc29ad770a6d79.zip |
- Mark BROKEN: fails to build with new utmpx
Reported by: pointyhat
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> |