diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2017-07-22 08:46:28 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2017-07-22 08:46:28 +0000 |
commit | fb280c466779892d86879e42f4073963a8c79b84 (patch) | |
tree | 44523890da7523be10da5662a613e508974a1e7a /audio/audacity | |
parent | 731c58726d9a444eae5612c7c42bfc2eaebf5c14 (diff) |
Notes
Diffstat (limited to 'audio/audacity')
-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 |