Date: Sun, 22 Jul 2012 23:12:15 +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: r301356 - head/games/plee-the-bear Message-ID: <201207222312.q6MNCF7g036421@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Sun Jul 22 23:12:15 2012 New Revision: 301356 URL: http://svn.freebsd.org/changeset/ports/301356 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/games/plee-the-bear/Makefile Modified: head/games/plee-the-bear/Makefile ============================================================================== --- head/games/plee-the-bear/Makefile Sun Jul 22 22:27:11 2012 (r301355) +++ head/games/plee-the-bear/Makefile Sun Jul 22 23:12:15 2012 (r301356) @@ -24,7 +24,7 @@ INSTALLS_ICONS= yes USE_LDCONFIG= yes USE_GETTEXT= yes MAKE_JOBS_SAFE= yes -USE_GCC= 4.4+ +USE_GCC= 4.6+ USE_CMAKE= yes CMAKE_ARGS= -Dlibclaw_DIR="${LOCALBASE}/share/libclaw/cmake" \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207222312.q6MNCF7g036421>