diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-02-06 14:37:08 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-02-06 14:37:08 +0000 |
commit | 123ac54862e7c609db45b38435876de3521b9fed (patch) | |
tree | 4fc1da0c4a00b9fadb1955a00e75c709776f2ec3 /chinese/libchewing/Makefile | |
parent | Update to 2.12.5 (diff) |
- Update to 0.2.7
- fix BROKEN
- remove GNU_CONFIGURE (included in USE_AUTOTOOLS)
- take maintainer (requested by <kcwu AT csie dot org>)
PR: 92879
Submitted by: clsung
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=155336
Diffstat (limited to 'chinese/libchewing/Makefile')
-rw-r--r-- | chinese/libchewing/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/chinese/libchewing/Makefile b/chinese/libchewing/Makefile index 3d43c85321b2..fe4ef96bf485 100644 --- a/chinese/libchewing/Makefile +++ b/chinese/libchewing/Makefile @@ -6,19 +6,16 @@ # PORTNAME= libchewing -PORTVERSION= 0.2.6 +PORTVERSION= 0.2.7 CATEGORIES= chinese textproc MASTER_SITES= http://chewing.csie.net/download/libchewing/ -MAINTAINER= kcwu@csie.org +MAINTAINER= clsung@FreeBSD.org COMMENT= The Chewing intelligent phonetic input method library -BROKEN= Does not build - USE_GNOME= gnomehack pkgconfig USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes DATADIR= ${PREFIX}/share/chewing |