diff options
author | delphij <delphij@FreeBSD.org> | 2013-12-20 08:12:10 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2013-12-20 08:12:10 +0800 |
commit | 607725f07cfd6d5cbe02ba7678bf2c97079aa51e (patch) | |
tree | 0c778bdb882cb9e2d5338392709c01e3af85ada1 /chinese | |
parent | db40deab90d5b49178b34770f73793a14cb605ea (diff) | |
download | freebsd-ports-gnome-607725f07cfd6d5cbe02ba7678bf2c97079aa51e.tar.gz freebsd-ports-gnome-607725f07cfd6d5cbe02ba7678bf2c97079aa51e.tar.zst freebsd-ports-gnome-607725f07cfd6d5cbe02ba7678bf2c97079aa51e.zip |
Don't use USE_GCC. The C++ runtime would conflict with
other libraries when base system uses clang, making the
package useless.
Discussed with: maintainer
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 |