diff options
Diffstat (limited to 'chinese/gcin-devel')
-rw-r--r-- | chinese/gcin-devel/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chinese/gcin-devel/Makefile b/chinese/gcin-devel/Makefile index 7788caf30cb5..f452c138d46d 100644 --- a/chinese/gcin-devel/Makefile +++ b/chinese/gcin-devel/Makefile @@ -45,6 +45,10 @@ WRKSRC= ${WRKDIR}/gcin-${PORTVERSION} .include <bsd.port.pre.mk> +.if ${OSVERSION} > 700000 +BROKEN= does not build +.endif + .if defined(WITH_ANTHY) BUILD_DEPENDS+= ${LOCALBASE}/include/anthy/anthy.h:${PORTSDIR}/japanese/anthy .endif |