diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-07 23:48:59 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-07 23:48:59 +0800 |
commit | 852d5fb9c0e0348fd1eff348fb2e2e9bbe9bab9d (patch) | |
tree | 6bf2b5ff4d73c55474cc15aa0461c9e1f639135d /audio/wavegain | |
parent | f21666e6bd67079c354e81ee34013352ebe0bc65 (diff) | |
download | freebsd-ports-gnome-852d5fb9c0e0348fd1eff348fb2e2e9bbe9bab9d.tar.gz freebsd-ports-gnome-852d5fb9c0e0348fd1eff348fb2e2e9bbe9bab9d.tar.zst freebsd-ports-gnome-852d5fb9c0e0348fd1eff348fb2e2e9bbe9bab9d.zip |
Convert to rest of a* to USES=zip
Diffstat (limited to 'audio/wavegain')
-rw-r--r-- | audio/wavegain/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/wavegain/Makefile b/audio/wavegain/Makefile index 863ae094dd4c..e22a278e0ca9 100644 --- a/audio/wavegain/Makefile +++ b/audio/wavegain/Makefile @@ -6,14 +6,13 @@ PORTVERSION= 1.2.8 CATEGORIES= audio MASTER_SITES= http://www.rarewares.org/files/others/ DISTNAME= ${PORTNAME}-${PORTVERSION}srcs${EXTRACT_SUFFIX} -EXTRACT_SUFX= .zip MAINTAINER= darcsis@gmail.com COMMENT= Program that applies ReplayGain to wave files LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile -USES= gmake dos2unix +USES= gmake dos2unix zip DOS2UNIX_FILES= audio.c wavegain.c PLIST_FILES= bin/wavegain |