diff options
author | mva <mva@FreeBSD.org> | 2014-10-19 15:50:53 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-10-19 15:50:53 +0800 |
commit | dc3d0650673d81132ee89d472a4c21d49328fa91 (patch) | |
tree | e02fe0a758ee3fd52b58a10326bb7c498ab3c957 /chinese/ibus-pinyin | |
parent | f0650650659a9d0d05c3b1ccd3d4949aee1bc9c2 (diff) | |
download | freebsd-ports-gnome-dc3d0650673d81132ee89d472a4c21d49328fa91.tar.gz freebsd-ports-gnome-dc3d0650673d81132ee89d472a4c21d49328fa91.tar.zst freebsd-ports-gnome-dc3d0650673d81132ee89d472a4c21d49328fa91.zip |
- Convert ports from cad/, chinese/, comms/ and converters/ to new
USES=python
Approved by: portmgr (implicit)
Diffstat (limited to 'chinese/ibus-pinyin')
-rw-r--r-- | chinese/ibus-pinyin/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chinese/ibus-pinyin/Makefile b/chinese/ibus-pinyin/Makefile index 93b93c8da651..3ee68ed9446f 100644 --- a/chinese/ibus-pinyin/Makefile +++ b/chinese/ibus-pinyin/Makefile @@ -18,9 +18,7 @@ LIB_DEPENDS= libpyzy-1.0.so:${PORTSDIR}/chinese/pyzy \ libibus-1.0.so:${PORTSDIR}/textproc/ibus \ libsqlite3.so:${PORTSDIR}/databases/sqlite3 -USE_PYTHON= yes - -USES= gmake pkgconfig compiler:c++11-lib +USES= compiler:c++11-lib gmake pkgconfig python GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-dependency-tracking --disable-lua-extension |