Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Oct 2013 19:35:12 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331800 - in head: comms/efax-gtk x11-toolkits/c++-gtk-utils
Message-ID:  <201310271935.r9RJZCVW002239@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Sun Oct 27 19:35:12 2013
New Revision: 331800
URL: http://svnweb.freebsd.org/changeset/ports/331800

Log:
  Revert USE_GCC to yes
  
  Requested by:	gerald

Modified:
  head/comms/efax-gtk/Makefile
  head/x11-toolkits/c++-gtk-utils/Makefile

Modified: head/comms/efax-gtk/Makefile
==============================================================================
--- head/comms/efax-gtk/Makefile	Sun Oct 27 18:56:52 2013	(r331799)
+++ head/comms/efax-gtk/Makefile	Sun Oct 27 19:35:12 2013	(r331800)
@@ -21,7 +21,7 @@ USES=		pkgconfig
 USE_GHOSTSCRIPT_RUN=yes
 USE_GNOME=	gtk20
 GNU_CONFIGURE=	yes
-USE_GCC=	4.6+
+USE_GCC=	yes
 
 CONFLICTS=	efax-[0-9]*
 

Modified: head/x11-toolkits/c++-gtk-utils/Makefile
==============================================================================
--- head/x11-toolkits/c++-gtk-utils/Makefile	Sun Oct 27 18:56:52 2013	(r331799)
+++ head/x11-toolkits/c++-gtk-utils/Makefile	Sun Oct 27 19:35:12 2013	(r331800)
@@ -14,7 +14,7 @@ COMMENT=	Lightweight library for program
 LICENSE=	LGPL21
 
 GNU_CONFIGURE=	yes
-USE_GCC=	4.6+
+USE_GCC=	yes
 USES=		pathfix pkgconfig
 USE_GNOME=	gtk20
 USE_LDCONFIG=	yes



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