diff --git a/japanese/ebw3/Makefile b/japanese/ebw3/Makefile index ec698940a3ff..45effadfd3c2 100644 --- a/japanese/ebw3/Makefile +++ b/japanese/ebw3/Makefile @@ -18,6 +18,12 @@ VERSION= 0.2-b4 STARTUP_SCRIPT= $(PREFIX)/etc/rc.d/ebw3d.sh.sample +.include + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +.endif + post-install: ${MKDIR} ${PREFIX}/www/cgi-bin ${INSTALL} -c -o nobody -g nobody -m 555 ${WRKSRC}/cdsearch \ @@ -32,4 +38,4 @@ post-install: .endif ${INSTALL_SCRIPT} ${FILESDIR}/ebw3d.sh.sample $(PREFIX)/etc/rc.d -.include +.include