diff options
author | bapt <bapt@FreeBSD.org> | 2014-05-06 14:57:01 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-05-06 14:57:01 +0800 |
commit | 11b61722ff4f475d991c63964defb8bf967342ec (patch) | |
tree | bab44c7d3d419e33cf46dfe3cd3776a6e9d80dc3 | |
parent | 6ccd705ccb780315ba727ceff52c7c9796b92694 (diff) | |
download | freebsd-ports-gnome-11b61722ff4f475d991c63964defb8bf967342ec.tar.gz freebsd-ports-gnome-11b61722ff4f475d991c63964defb8bf967342ec.tar.zst freebsd-ports-gnome-11b61722ff4f475d991c63964defb8bf967342ec.zip |
Use USES=tar:bzip2
Use USES=libtool
-rw-r--r-- | audio/aacgain/Makefile | 4 |
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> |