Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Dec 2013 22:58:53 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335856 - head/audio/beast
Message-ID:  <201312072258.rB7MwrPH065433@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Sat Dec  7 22:58:53 2013
New Revision: 335856
URL: http://svnweb.freebsd.org/changeset/ports/335856

Log:
  - Use USE_GCC=yes instead of =4.6+
  
  Suggested by:	gerald

Modified:
  head/audio/beast/Makefile

Modified: head/audio/beast/Makefile
==============================================================================
--- head/audio/beast/Makefile	Sat Dec  7 22:36:21 2013	(r335855)
+++ head/audio/beast/Makefile	Sat Dec  7 22:58:53 2013	(r335856)
@@ -24,7 +24,7 @@ OPTIONS_DEFINE_i386=	SSE
 
 USE_BZIP2=	yes
 USES=		desktop-file-utils gmake gettext pathfix pkgconfig shared-mime-info
-USE_GCC=	4.6+
+USE_GCC=	yes
 USE_GNOME=	gnomehier libgnomecanvas
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-silent-rules \



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