pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/normalize Fix PERL path in normalize-mp3/ogg



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7d27a950f2ae
branches:  trunk
changeset: 520503:7d27a950f2ae
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Oct 22 16:36:35 2006 +0000

description:
Fix PERL path in normalize-mp3/ogg

diffstat:

 audio/normalize/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 37c97d09469f -r 7d27a950f2ae audio/normalize/Makefile
--- a/audio/normalize/Makefile  Sun Oct 22 16:30:22 2006 +0000
+++ b/audio/normalize/Makefile  Sun Oct 22 16:36:35 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2006/04/21 09:28:47 adam Exp $
+# $NetBSD: Makefile,v 1.19 2006/10/22 16:36:35 adam Exp $
 
 DISTNAME=      normalize-0.7.7
 CATEGORIES=    audio
@@ -9,13 +9,15 @@
 HOMEPAGE=      http://www1.cs.columbia.edu/~cvaill/normalize/
 COMMENT=       Audio file volume normalizer (wav,mp3,ogg)
 
+USE_TOOLS+=            perl
 USE_LIBTOOL=           yes
 USE_PKGLOCALEDIR=      yes
 GNU_CONFIGURE=         yes
-
 CONFIGURE_ARGS+=       --with-audiofile
 CONFIGURE_ARGS+=       --with-mad
 
+REPLACE_PERL=          src/normalize-mp3
+
 .include "options.mk"
 
 .include "../../audio/libaudiofile/buildlink3.mk"



Home | Main Index | Thread Index | Old Index