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/mp3gain | |
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/mp3gain')
-rw-r--r-- | audio/mp3gain/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/mp3gain/Makefile b/audio/mp3gain/Makefile index 24049f8e3dbe..f37ae8ed6bd4 100644 --- a/audio/mp3gain/Makefile +++ b/audio/mp3gain/Makefile @@ -12,10 +12,8 @@ COMMENT= Tool to normalize the gain of MP3 files LICENSE= LGPL21 -USES= uidfix +USES= uidfix dos2unix zip -USE_ZIP= yes -USES= dos2unix NO_WRKSUBDIR= yes PLIST_FILES= bin/mp3gain |