summaryrefslogtreecommitdiff
path: root/audio/normalize
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-12-07 01:27:06 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-12-07 01:27:06 +0000
commitc7ca0ba1270728541cb85479f0fd9d4aa5d82567 (patch)
treee120d11744661e220d8a3555e1cc169d34966ca9 /audio/normalize
parent- Make it do actually something useful. (diff)
Chase the libmad/libid3tag shared lib version.
Notes
Notes: svn path=/head/; revision=95225
Diffstat (limited to 'audio/normalize')
-rw-r--r--audio/normalize/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/normalize/Makefile b/audio/normalize/Makefile
index 181377b875f6..5b8478b0debd 100644
--- a/audio/normalize/Makefile
+++ b/audio/normalize/Makefile
@@ -7,13 +7,14 @@
PORTNAME= normalize
PORTVERSION= 0.7.6
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://www1.cs.columbia.edu/~cvaill/normalize/
MAINTAINER= ports@FreeBSD.org
COMMENT= A tool for adjusting the volume of wave/MP3 files to a standard level
-LIB_DEPENDS= mad.1:${PORTSDIR}/audio/mad \
+LIB_DEPENDS= mad.2:${PORTSDIR}/audio/mad \
intl.5:${PORTSDIR}/devel/gettext
USE_BZIP2= yes