diff options
author | chinsan <chinsan@FreeBSD.org> | 2009-01-12 01:10:53 +0800 |
---|---|---|
committer | chinsan <chinsan@FreeBSD.org> | 2009-01-12 01:10:53 +0800 |
commit | 2ba3f13f39d515932dbbf6f36d14d5dbf2fb9384 (patch) | |
tree | de44980aafde5b0c40fa11fa387fcb2f8b0cf27e /chinese | |
parent | a7782a13a7f08423ac2a955f9946c559a0874999 (diff) | |
download | freebsd-ports-gnome-2ba3f13f39d515932dbbf6f36d14d5dbf2fb9384.tar.gz freebsd-ports-gnome-2ba3f13f39d515932dbbf6f36d14d5dbf2fb9384.tar.zst freebsd-ports-gnome-2ba3f13f39d515932dbbf6f36d14d5dbf2fb9384.zip |
- Update to 1.4.3.pre13
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/gcin-devel/Makefile | 11 | ||||
-rw-r--r-- | chinese/gcin-devel/distinfo | 6 | ||||
-rw-r--r-- | chinese/gcin-devel/pkg-plist | 1 |
3 files changed, 11 insertions, 7 deletions
diff --git a/chinese/gcin-devel/Makefile b/chinese/gcin-devel/Makefile index 2d9aaadf42c0..ea4d66312bbc 100644 --- a/chinese/gcin-devel/Makefile +++ b/chinese/gcin-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gcin -PORTVERSION= 1.4.3.pre12 +PORTVERSION= 1.4.3.pre13 CATEGORIES= chinese textproc gnome MASTER_SITES= http://www.csie.nctu.edu.tw/~cp76/gcin/download/:main \ http://cle.linux.org.tw/gcin/download/:main \ @@ -21,7 +21,7 @@ COMMENT= A traditional chinese input utility in X CONFLICTS= zh-gcin-[0-9]* NO_LATEST_LINK= yes -BUILD_DEPENDS= ${LOCALBASE}/include/anthy/anthy.h:${PORTSDIR}/japanese/anthy +BUILD_DEPENDS+= ${LOCALBASE}/include/anthy/anthy.h:${PORTSDIR}/japanese/anthy USE_BZIP2= YES HAS_CONFIGURE= YES USE_GNOME= gtk20 @@ -32,7 +32,8 @@ USE_LDCONFIG= YES ONLY_FOR_ARCHS= i386 -OPTIONS= BOSHIAMY "enable Boshiamy Input Method" on \ +OPTIONS= ANTHY "enable Japanese anthy IM module" off \ + BOSHIAMY "enable Boshiamy Input Method" on \ QT_IM_MODULE "enable QT IM module" on MAN1= gcin.1 gcin2tab.1 gcin-gb-toggle.1 gcin-kbm-toggle.1 \ @@ -43,6 +44,10 @@ WRKSRC= ${WRKDIR}/gcin-${PORTVERSION} .include <bsd.port.pre.mk> +.if defined(WITH_ANTHY) +BUILD_DEPENDS+= ${LOCALBASE}/include/anthy/anthy.h:${PORTSDIR}/japanese/anthy +.endif + .if defined(WITH_BOSHIAMY) MASTER_SITES+= http://cle.linux.org.tw/~edt1023/gcin/:boshiamy \ LOCAL/chinsan/gcin:boshiamy \ diff --git a/chinese/gcin-devel/distinfo b/chinese/gcin-devel/distinfo index 0c85ad15c873..d4a63347a5c6 100644 --- a/chinese/gcin-devel/distinfo +++ b/chinese/gcin-devel/distinfo @@ -1,6 +1,6 @@ -MD5 (gcin-1.4.3.pre12.tar.bz2) = 71725b4065032334a0f10b4e4282407a -SHA256 (gcin-1.4.3.pre12.tar.bz2) = 42b9f192203c99749f6f244f1782118f15707f284d4bed16159f95df32804c3e -SIZE (gcin-1.4.3.pre12.tar.bz2) = 2815435 +MD5 (gcin-1.4.3.pre13.tar.bz2) = 61a2ecfdc9aa6ed26d8c8a2cc2e7740b +SHA256 (gcin-1.4.3.pre13.tar.bz2) = 8ebb20a857f14b74109ef4a1170c8b3ec181b479ecd25c5daf6305d45af96431 +SIZE (gcin-1.4.3.pre13.tar.bz2) = 2819548 MD5 (noseeing-12.tar.gz) = ac89cf9bc9ece68b9f287a222197b147 SHA256 (noseeing-12.tar.gz) = 9082f50db64b9e2971873aca1607c45a8eb41e803b99f66bd239fd587e1ce19b SIZE (noseeing-12.tar.gz) = 416726 diff --git a/chinese/gcin-devel/pkg-plist b/chinese/gcin-devel/pkg-plist index 3a60c474bb46..56429a0fb82e 100644 --- a/chinese/gcin-devel/pkg-plist +++ b/chinese/gcin-devel/pkg-plist @@ -1,4 +1,3 @@ -bin/anthy bin/gcin bin/gcin-gb-toggle bin/gcin-kbm-toggle |