diff options
author | miwi <miwi@FreeBSD.org> | 2010-03-17 14:49:59 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-03-17 14:49:59 +0800 |
commit | 19397be6cd08c2bd322b57bb6e12cfc7d933d69e (patch) | |
tree | 584e1242004b12af05801d2ad403a225f9cd2736 /japanese/mh | |
parent | 631b782539ccab655ffed4f88f450b901e0f778d (diff) | |
download | freebsd-ports-gnome-19397be6cd08c2bd322b57bb6e12cfc7d933d69e.tar.gz freebsd-ports-gnome-19397be6cd08c2bd322b57bb6e12cfc7d933d69e.tar.zst freebsd-ports-gnome-19397be6cd08c2bd322b57bb6e12cfc7d933d69e.zip |
- Mark BROKEN: fails to build with new utmpx
Reported by: pointyhat
Diffstat (limited to 'japanese/mh')
-rw-r--r-- | japanese/mh/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/japanese/mh/Makefile b/japanese/mh/Makefile index 72ad2ac23f16..34be1ceb60c6 100644 --- a/japanese/mh/Makefile +++ b/japanese/mh/Makefile @@ -48,6 +48,10 @@ CONFLICTS= nmh-[0-9]* .include <bsd.port.pre.mk> +.if ${OSVERSION} > 900007 +BROKEN= fails to build with new utmpx +.endif + .if !defined(NOPORTDOCS) pre-install: ${MKDIR} ${PREFIX}/share/doc/ja-mh |