svn commit: r336449 - head/multimedia/subtitleeditor

Emanuel Haupt ehaupt at FreeBSD.org
Sat Dec 14 14:20:33 UTC 2013


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


More information about the svn-ports-head mailing list