aboutsummaryrefslogtreecommitdiff
path: root/audio/aacgain
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-05-06 06:57:01 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-05-06 06:57:01 +0000
commit45f7d4ce9c24cd7cb62fa97de0788daea67a362c (patch)
treebab44c7d3d419e33cf46dfe3cd3776a6e9d80dc3 /audio/aacgain
parentaf24eead5b2b1bea8a94504bcb608e85c632f905 (diff)
downloadports-45f7d4ce9c24cd7cb62fa97de0788daea67a362c.tar.gz
ports-45f7d4ce9c24cd7cb62fa97de0788daea67a362c.zip
Notes
Diffstat (limited to 'audio/aacgain')
-rw-r--r--audio/aacgain/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/aacgain/Makefile b/audio/aacgain/Makefile
index 4d036795cce5..e5fe30a41710 100644
--- a/audio/aacgain/Makefile
+++ b/audio/aacgain/Makefile
@@ -3,15 +3,15 @@
PORTNAME= aacgain
PORTVERSION= 1.8
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://altosdesign.com/aacgain/alvarez/
MAINTAINER= multimedia@FreeBSD.org
COMMENT= Normalizes the volume of mp3 and AAC (mp4/m4a/QuickTime) media files
-USE_BZIP2= yes
GNU_CONFIGURE= yes
-USES= gmake
+USES= gmake libtool tar:bzip2
PLIST_FILES= bin/aacgain
.include <bsd.port.mk>