diff options
author | gerald <gerald@FreeBSD.org> | 2012-07-26 05:36:48 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2012-07-26 05:36:48 +0800 |
commit | 0be7de91c6c475e3e6f0bec91705876caeaba0a8 (patch) | |
tree | caa2a9f2d4b62ad0395737f2d1eb937a2afd6d44 /chinese/ibus-pinyin | |
parent | 52ed0c84e5fad294d4eccd272e79af1c80de3edc (diff) | |
download | freebsd-ports-gnome-0be7de91c6c475e3e6f0bec91705876caeaba0a8.tar.gz freebsd-ports-gnome-0be7de91c6c475e3e6f0bec91705876caeaba0a8.tar.zst freebsd-ports-gnome-0be7de91c6c475e3e6f0bec91705876caeaba0a8.zip |
Replace USE_GCC=4.4+ by USE_GCC=4.6+ since GCC 4.4 is on its way out
and GCC 4.6 has been the default for a while.
Approved by: maintainer
Diffstat (limited to 'chinese/ibus-pinyin')
-rw-r--r-- | chinese/ibus-pinyin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/ibus-pinyin/Makefile b/chinese/ibus-pinyin/Makefile index b6f37692453c..ecdff94a4066 100644 --- a/chinese/ibus-pinyin/Makefile +++ b/chinese/ibus-pinyin/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= ibus-daemon:${PORTSDIR}/textproc/ibus \ USE_PYTHON= yes USE_GNOME= pygtk2 -USE_GCC= 4.4+ +USE_GCC= 4.6+ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-dependency-tracking --disable-lua-extension |