diff options
author | gerald <gerald@FreeBSD.org> | 2017-07-22 16:46:28 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2017-07-22 16:46:28 +0800 |
commit | caaa246bc451a8f1a9937210ac8b04e9fb0fb6c4 (patch) | |
tree | 44523890da7523be10da5662a613e508974a1e7a /audio | |
parent | 2513859bf88f94379498b8e2ca9fd56c3baf18e8 (diff) | |
download | freebsd-ports-gnome-caaa246bc451a8f1a9937210ac8b04e9fb0fb6c4.tar.gz freebsd-ports-gnome-caaa246bc451a8f1a9937210ac8b04e9fb0fb6c4.tar.zst freebsd-ports-gnome-caaa246bc451a8f1a9937210ac8b04e9fb0fb6c4.zip |
Replace USE_GCC=4.9+ by the canonical USE_GCC=yes.
Approved by: portmgr (blanket)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/audacity/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile index 0083a7a2ad2b..210301a44d8d 100644 --- a/audio/audacity/Makefile +++ b/audio/audacity/Makefile @@ -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 |