aboutsummaryrefslogtreecommitdiff
path: root/japanese/kon2-16dot
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-18 18:10:59 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-18 18:10:59 +0000
commitf7a004747d06508adada19dc3874f7af20741875 (patch)
treea6f77e01b585486dad808c111e67ee9db4562f70 /japanese/kon2-16dot
parentfe035f4c2a31bc655e5f77314a56885fc5f9e57f (diff)
downloadports-f7a004747d06508adada19dc3874f7af20741875.tar.gz
ports-f7a004747d06508adada19dc3874f7af20741875.zip
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=118247
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 93efe8e0290d..1e15ad0e3b02 100644
--- a/japanese/kon2-16dot/Makefile
+++ b/japanese/kon2-16dot/Makefile
@@ -42,6 +42,12 @@ KON14FONT=Startup
@${FALSE}
.endif
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
pre-build:
${SED} -e 's,%%PREFIX%%,${PREFIX},' \
-e 's,%%DISTDIR%%,${DISTDIR},' \
@@ -60,4 +66,4 @@ post-install:
${DOCDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>