diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-31 07:42:03 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-31 07:42:03 +0000 |
commit | 4205b5caa1ed8ee489962f3a957dd51e3d5f053a (patch) | |
tree | c3c0a5ad946e50529395dccaa410e275b4e56f83 /audio | |
parent | d88a19fab859f4d5309b319f73b4e48be8703cb8 (diff) | |
download | ports-4205b5caa1ed8ee489962f3a957dd51e3d5f053a.tar.gz ports-4205b5caa1ed8ee489962f3a957dd51e3d5f053a.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mp3gain/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/mp3gain/Makefile b/audio/mp3gain/Makefile index 56b310c64dc7..a09808797f9a 100644 --- a/audio/mp3gain/Makefile +++ b/audio/mp3gain/Makefile @@ -8,11 +8,11 @@ MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION:C/\./_/g}-src MAINTAINER= dinoex@FreeBSD.org -COMMENT= A tool to normalize the gain of MP3 files +COMMENT= Tool to normalize the gain of MP3 files LICENSE= LGPL21 -NEED_ROOT= yes +USES= uidfix USE_ZIP= yes USE_DOS2UNIX= yes |