aboutsummaryrefslogtreecommitdiff
path: root/audio/normalize
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-04 04:36:30 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-04 04:36:30 +0000
commit186b8ba82fdd761aee89704395c52ac809bc7026 (patch)
tree65c820907a86a7c844ee463115637dde60f2aa36 /audio/normalize
parent742adcabd74aa0adc91246bae79c97658a078415 (diff)
downloadports-186b8ba82fdd761aee89704395c52ac809bc7026.tar.gz
ports-186b8ba82fdd761aee89704395c52ac809bc7026.zip
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor Tested by: bento
Notes
Notes: svn path=/head/; revision=99914
Diffstat (limited to 'audio/normalize')
-rw-r--r--audio/normalize/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/normalize/Makefile b/audio/normalize/Makefile
index 9ce5cc0b99b6..e99e1d34506e 100644
--- a/audio/normalize/Makefile
+++ b/audio/normalize/Makefile
@@ -7,18 +7,18 @@
PORTNAME= normalize
PORTVERSION= 0.7.6
-PORTREVISION= 1
+PORTREVISION= 2
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.2:${PORTSDIR}/audio/mad \
- intl.5:${PORTSDIR}/devel/gettext-old
+LIB_DEPENDS= mad.2:${PORTSDIR}/audio/mad
USE_BZIP2= yes
USE_GETOPT_LONG= yes
+USE_GETTEXT= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"