svn commit: r301534 - head/chinese/ibus-pinyin

Gerald Pfeifer gerald at FreeBSD.org
Wed Jul 25 21:36:49 UTC 2012


Author: gerald
Date: Wed Jul 25 21:36:48 2012
New Revision: 301534
URL: http://svn.freebsd.org/changeset/ports/301534

Log:
  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

Modified:
  head/chinese/ibus-pinyin/Makefile

Modified: head/chinese/ibus-pinyin/Makefile
==============================================================================
--- head/chinese/ibus-pinyin/Makefile	Wed Jul 25 21:19:50 2012	(r301533)
+++ head/chinese/ibus-pinyin/Makefile	Wed Jul 25 21:36:48 2012	(r301534)
@@ -24,7 +24,7 @@ RUN_DEPENDS=	ibus-daemon:${PORTSDIR}/tex
 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



More information about the svn-ports-head mailing list