svn commit: r446374 - head/audio/audacity

Gerald Pfeifer gerald at FreeBSD.org
Sat Jul 22 08:46:30 UTC 2017


Author: gerald
Date: Sat Jul 22 08:46:28 2017
New Revision: 446374
URL: https://svnweb.freebsd.org/changeset/ports/446374

Log:
  Replace USE_GCC=4.9+ by the canonical USE_GCC=yes.
  
  Approved by:	portmgr (blanket)

Modified:
  head/audio/audacity/Makefile

Modified: head/audio/audacity/Makefile
==============================================================================
--- head/audio/audacity/Makefile	Sat Jul 22 08:34:58 2017	(r446373)
+++ head/audio/audacity/Makefile	Sat Jul 22 08:46:28 2017	(r446374)
@@ -27,7 +27,7 @@ NLS_USES=	gettext-runtime
 NLS_CONFIGURE_ENABLE=	nls
 NLS_CONFIGURE_WITH=	libintl-prefix="${LOCALBASE}"
 OPTIONS_SUB=	yes
-USE_GCC=	4.9+
+USE_GCC=	yes
 USE_WX=		3.0+
 WX_COMPS=	wx
 INSTALLS_ICONS=	yes


More information about the svn-ports-all mailing list