svn commit: r353064 - head/audio/aacgain

Baptiste Daroussin bapt at FreeBSD.org
Tue May 6 06:57:02 UTC 2014


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 at 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>


More information about the svn-ports-all mailing list