Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Dec 2013 14:20:32 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r336449 - head/multimedia/subtitleeditor
Message-ID:  <201312141420.rBEEKW1x008338@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Sat Dec 14 14:20:32 2013
New Revision: 336449
URL: http://svnweb.freebsd.org/changeset/ports/336449

Log:
  Set USE_GCC to 'yes' instead of requesting 4.6+
  
  Requested by:	gerald

Modified:
  head/multimedia/subtitleeditor/Makefile

Modified: head/multimedia/subtitleeditor/Makefile
==============================================================================
--- head/multimedia/subtitleeditor/Makefile	Sat Dec 14 14:09:13 2013	(r336448)
+++ head/multimedia/subtitleeditor/Makefile	Sat Dec 14 14:20:32 2013	(r336449)
@@ -21,7 +21,7 @@ LIB_DEPENDS=	gtkmm-2.4.1:${PORTSDIR}/x11
 		pcre:${PORTSDIR}/devel/pcre
 
 USES=		gmake pkgconfig
-USE_GCC=	4.6+
+USE_GCC=	yes
 USE_GNOME=	gtk20
 USE_GSTREAMER=	good
 INSTALLS_ICONS=	yes



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