diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-08-30 07:19:09 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-08-30 07:19:09 +0000 |
commit | 2e18336edc13280db95f95ec41e738933420f809 (patch) | |
tree | dcfa604e98191e0602b50617dbf2d728720331fb /chinese/gcin-devel | |
parent | c8a68c387405728b611d036b6898413bb5aea06c (diff) |
Notes
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 |