diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-04 04:36:30 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-04 04:36:30 +0000 |
commit | 186b8ba82fdd761aee89704395c52ac809bc7026 (patch) | |
tree | 65c820907a86a7c844ee463115637dde60f2aa36 /audio/normalize | |
parent | 742adcabd74aa0adc91246bae79c97658a078415 (diff) | |
download | ports-186b8ba82fdd761aee89704395c52ac809bc7026.tar.gz ports-186b8ba82fdd761aee89704395c52ac809bc7026.zip |
Notes
Diffstat (limited to 'audio/normalize')
-rw-r--r-- | audio/normalize/Makefile | 6 |
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}" |