1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Use USES=tar:bzip2

Use USES=libtool
This commit is contained in:
Baptiste Daroussin 2014-05-06 06:57:01 +00:00
parent af24eead5b
commit 45f7d4ce9c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353064

View File

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