diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2014-06-02 00:43:03 +0800 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2014-06-02 00:43:03 +0800 |
commit | c1023f2b65d499994cbbdf730998edb79f61f28e (patch) | |
tree | e50c4ec462c56e17e3945f544a036dd2d75120f0 /chinese/libchewing | |
parent | 7a2a42a09acd6d55ba3e201190ab6c9bf305439e (diff) | |
download | freebsd-ports-gnome-c1023f2b65d499994cbbdf730998edb79f61f28e.tar.gz freebsd-ports-gnome-c1023f2b65d499994cbbdf730998edb79f61f28e.tar.zst freebsd-ports-gnome-c1023f2b65d499994cbbdf730998edb79f61f28e.zip |
- USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz)
Diffstat (limited to 'chinese/libchewing')
-rw-r--r-- | chinese/libchewing/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chinese/libchewing/Makefile b/chinese/libchewing/Makefile index 2a47e543807d..5465a6b36a25 100644 --- a/chinese/libchewing/Makefile +++ b/chinese/libchewing/Makefile @@ -9,10 +9,9 @@ MASTER_SITES= GOOGLE_CODE MAINTAINER= clsung@FreeBSD.org COMMENT= The Chewing intelligent phonetic input method library -USES= gmake pkgconfig pathfix +USES= tar:bzip2 gmake pkgconfig pathfix GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_BZIP2= yes DATADIR= ${PREFIX}/share/chewing PROJECTHOST= chewing |