diff options
author | kris <kris@FreeBSD.org> | 2004-09-18 18:10:59 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-18 18:10:59 +0000 |
commit | 2d498a7573e20b2547b292ec4254d25512c63f5c (patch) | |
tree | 193a94b48286065cfdbf00256b0f6c649abfa543 /japanese/kon2-16dot | |
parent | 27fca00e338d087994b0bd3e06261ec905cf6b13 (diff) | |
download | FreeBSD-ports-2d498a7573e20b2547b292ec4254d25512c63f5c.zip FreeBSD-ports-2d498a7573e20b2547b292ec4254d25512c63f5c.tar.gz |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'japanese/kon2-16dot')
-rw-r--r-- | japanese/kon2-16dot/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/japanese/kon2-16dot/Makefile b/japanese/kon2-16dot/Makefile index 93efe8e..1e15ad0e 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> |