Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jul 2012 21:36:48 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r301534 - head/chinese/ibus-pinyin
Message-ID:  <201207252136.q6PLam3L002419@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207252136.q6PLam3L002419>