diff options
author | Xin LI <delphij@FreeBSD.org> | 2013-12-20 00:12:10 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2013-12-20 00:12:10 +0000 |
commit | 3118934dbd775beab337804cf8a91a259fb96c91 (patch) | |
tree | 0c778bdb882cb9e2d5338392709c01e3af85ada1 /chinese | |
parent | b2b2849a5274f39f328f9318f92a9f73f86aa933 (diff) | |
download | ports-3118934dbd775beab337804cf8a91a259fb96c91.tar.gz ports-3118934dbd775beab337804cf8a91a259fb96c91.zip |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/ibus-pinyin/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chinese/ibus-pinyin/Makefile b/chinese/ibus-pinyin/Makefile index 080d479581a4..c557d2e95650 100644 --- a/chinese/ibus-pinyin/Makefile +++ b/chinese/ibus-pinyin/Makefile @@ -3,7 +3,7 @@ PORTNAME= ibus-pinyin PORTVERSION= 1.4.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= chinese MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -20,7 +20,6 @@ RUN_DEPENDS= ibus-daemon:${PORTSDIR}/textproc/ibus \ USE_PYTHON= yes USE_GNOME= pygtk2 -USE_GCC= yes USES= gmake pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-dependency-tracking --disable-lua-extension |