diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-04-24 17:16:28 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-04-24 17:16:28 +0000 |
commit | e470edbd1ac25b47dbe0097566146394442bcfd6 (patch) | |
tree | 09d9e1f89843e7e7612dbbb7547788455442cb77 /chinese | |
parent | 77a815be2b891183a206c201de8f1f347bd5aa95 (diff) |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/scim-pinyin/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chinese/scim-pinyin/Makefile b/chinese/scim-pinyin/Makefile index 28538565f5e5..3845d0facf06 100644 --- a/chinese/scim-pinyin/Makefile +++ b/chinese/scim-pinyin/Makefile @@ -3,6 +3,7 @@ PORTNAME= scim-pinyin PORTVERSION= 0.5.92 +PORTREVISION= 1 CATEGORIES= chinese MASTER_SITES= SF/scim/${PORTNAME}/${PORTVERSION} @@ -12,9 +13,8 @@ COMMENT= SCIM Chinese Smart Pinyin input method BUILD_DEPENDS= scim>=1.2.0:${PORTSDIR}/textproc/scim RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_GNOME= lthack -USES= pathfix iconv gmake pkgconfig -USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes +USES= gmake iconv libtool:keepla pathfix pkgconfig CONFIGURE_ARGS+= --disable-skim-support |