diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-18 18:10:59 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-18 18:10:59 +0000 |
commit | f7a004747d06508adada19dc3874f7af20741875 (patch) | |
tree | a6f77e01b585486dad808c111e67ee9db4562f70 /japanese/kon2-16dot | |
parent | fe035f4c2a31bc655e5f77314a56885fc5f9e57f (diff) | |
download | ports-f7a004747d06508adada19dc3874f7af20741875.tar.gz ports-f7a004747d06508adada19dc3874f7af20741875.zip |
Notes
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 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> |