From 45f7d4ce9c24cd7cb62fa97de0788daea67a362c Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Tue, 6 May 2014 06:57:01 +0000 Subject: [PATCH] Use USES=tar:bzip2 Use USES=libtool --- audio/aacgain/Makefile | 4 ++-- 1 file 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