diff options
Diffstat (limited to 'japanese/kon2-16dot/Makefile')
-rw-r--r-- | japanese/kon2-16dot/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/japanese/kon2-16dot/Makefile b/japanese/kon2-16dot/Makefile index 1e15ad0e3b02..cdd2d1633691 100644 --- a/japanese/kon2-16dot/Makefile +++ b/japanese/kon2-16dot/Makefile @@ -7,7 +7,7 @@ PORTNAME= kon2 PORTVERSION= 0.3 -PORTREVISION= 1 +PORTREVISION= 2 PKGNAMESUFFIX= -${KONFONT} CATEGORIES+= japanese # '+=' is for slave ports # note kon is only in first directory and fonts are only in second directory @@ -42,12 +42,6 @@ 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},' \ @@ -66,4 +60,4 @@ post-install: ${DOCDIR} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |