Date: Sat, 22 Jul 2017 08:46:28 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r446374 - head/audio/audacity Message-ID: <201707220846.v6M8kS1n010022@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707220846.v6M8kS1n010022>