diff options
Diffstat (limited to 'japanese/skkfep/Makefile')
-rw-r--r-- | japanese/skkfep/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/japanese/skkfep/Makefile b/japanese/skkfep/Makefile index 64903c4cfa74..605c6c570695 100644 --- a/japanese/skkfep/Makefile +++ b/japanese/skkfep/Makefile @@ -15,6 +15,12 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}.orig MAINTAINER= ports@FreeBSD.org COMMENT= SKK-like Kana-to-Kanji FrontEnd Processor +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +.endif + RUN_DEPENDS= ${LOCALBASE}/sbin/skkserv:${PORTSDIR}/japanese/skk WRKSRC= ${WRKDIR}/${PORTNAME} @@ -25,4 +31,4 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/skkfep ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/skkfep.1 ${MANPREFIX}/man/man1 -.include <bsd.port.mk> +.include <bsd.port.post.mk> |