svn commit: r301356 - head/games/plee-the-bear

Gerald Pfeifer gerald at FreeBSD.org
Sun Jul 22 23:12:15 UTC 2012


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" \



More information about the svn-ports-head mailing list