diff options
-rw-r--r-- | audio/gnormalize/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/gnormalize/Makefile b/audio/gnormalize/Makefile index 06b05abf6fdf..445a98b1840b 100644 --- a/audio/gnormalize/Makefile +++ b/audio/gnormalize/Makefile @@ -7,15 +7,16 @@ PORTNAME= gnormalize PORTVERSION= 0.61 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SF MAINTAINER= darcsis@gmail.com COMMENT= An alternative for replaygain -BUILD_DEPENDS= lzma:${PORTSDIR}/archivers/lzmautils -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2 +BUILD_DEPENDS+= lzma:${PORTSDIR}/archivers/lzmautils +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ + wavegain:${PORTSDIR}/audio/wavegain USE_PERL5_RUN= yes INSTALLS_ICONS= yes @@ -33,8 +34,7 @@ OPTIONS= \ GNORMALIZE_CDPLAY "CD Playback" off \ GNORMALIZE_FLAC "FLAC Encoding and Playback" off \ GNORMALIZE_MAC "Monkey's Audio Encoding and Playback" off \ - GNORMALIZE_MPC "MPC (musepack) Audio" off \ - GNORMALIZE_WAVEGAIN "WaveGain support (BROKEN)" off + GNORMALIZE_MPC "MPC (musepack) Audio" off .include <bsd.port.pre.mk> |