Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 May 2014 06:57:01 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r353064 - head/audio/aacgain
Message-ID:  <201405060657.s466v1cd033765@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue May  6 06:57:01 2014
New Revision: 353064
URL: http://svnweb.freebsd.org/changeset/ports/353064
QAT: https://qat.redports.org/buildarchive/r353064/

Log:
  Use USES=tar:bzip2
  Use USES=libtool

Modified:
  head/audio/aacgain/Makefile

Modified: head/audio/aacgain/Makefile
==============================================================================
--- head/audio/aacgain/Makefile	Tue May  6 06:49:29 2014	(r353063)
+++ head/audio/aacgain/Makefile	Tue May  6 06:57:01 2014	(r353064)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405060657.s466v1cd033765>