svn commit: r320558 - head/audio/xmms-gbsplay

Emanuel Haupt ehaupt at FreeBSD.org
Tue Jun 11 13:26:33 UTC 2013


Author: ehaupt
Date: Tue Jun 11 13:26:32 2013
New Revision: 320558
URL: http://svnweb.freebsd.org/changeset/ports/320558

Log:
  Fix build on -CURRENT by using USE_GCC=any

Modified:
  head/audio/xmms-gbsplay/Makefile

Modified: head/audio/xmms-gbsplay/Makefile
==============================================================================
--- head/audio/xmms-gbsplay/Makefile	Tue Jun 11 13:08:16 2013	(r320557)
+++ head/audio/xmms-gbsplay/Makefile	Tue Jun 11 13:26:32 2013	(r320558)
@@ -12,6 +12,7 @@ RUN_DEPENDS=	xmms:${PORTSDIR}/multimedia
 		gbsplay:${PORTSDIR}/audio/gbsplay
 
 USE_GNOME=	glib12
+USE_GCC=	any
 
 CONFIGURE_ARGS=	--disable-nas
 


More information about the svn-ports-all mailing list