svn commit: r335856 - head/audio/beast

Danilo Egea Gondolfo danilo at FreeBSD.org
Sat Dec 7 22:58:53 UTC 2013


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 \


More information about the svn-ports-head mailing list