aboutsummaryrefslogtreecommitdiff
path: root/japanese/kon2-16dot
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-03-20 15:45:21 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-03-20 15:45:21 +0000
commit5a23bb49bd36e79bbe2eb49a55ff65cdad56c548 (patch)
treeb4ccb9aa213c7b7ca2d614dd6efab8bf9656fb69 /japanese/kon2-16dot
parente463dfdc2d5bd0f1470af7ad88576fd8f54d9cdf (diff)
downloadports-5a23bb49bd36e79bbe2eb49a55ff65cdad56c548.tar.gz
ports-5a23bb49bd36e79bbe2eb49a55ff65cdad56c548.zip
- Mark BROKEN on HEAD: fails to build with new utmpx
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=251275
Diffstat (limited to 'japanese/kon2-16dot')
-rw-r--r--japanese/kon2-16dot/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/japanese/kon2-16dot/Makefile b/japanese/kon2-16dot/Makefile
index 5dd9f77e8224..3e2d1ca0e4b3 100644
--- a/japanese/kon2-16dot/Makefile
+++ b/japanese/kon2-16dot/Makefile
@@ -30,6 +30,12 @@ MANLANG= ja
PORTDOCS= README README.FreeBSD
DOCDIR= ${PREFIX}/share/doc/kon2
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 900007
+BROKEN= fails to build with new utmpx
+.endif
+
.if !defined(KONFONT)
KONFONT=16dot
KON16FONT=Startup
@@ -61,4 +67,4 @@ post-install:
cd ${WRKSRC}/doc && ${INSTALL_DATA} ${PORTDOCS} ${DOCDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>