pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio Changed USE_PERL5 to USE_TOOLS. Replaced #define...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8c6b24b23c3b
branches:  trunk
changeset: 494594:8c6b24b23c3b
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed May 25 23:31:02 2005 +0000

description:
Changed USE_PERL5 to USE_TOOLS. Replaced #defined with "yes" in NO_BUILD.

diffstat:

 audio/distmp3/Makefile  |  7 ++++---
 audio/flac2mp3/Makefile |  7 ++++---
 2 files changed, 8 insertions(+), 6 deletions(-)

diffs (45 lines):

diff -r 6d981638247f -r 8c6b24b23c3b audio/distmp3/Makefile
--- a/audio/distmp3/Makefile    Wed May 25 23:17:11 2005 +0000
+++ b/audio/distmp3/Makefile    Wed May 25 23:31:02 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/04/11 21:44:52 tv Exp $
+# $NetBSD: Makefile,v 1.4 2005/05/25 23:31:02 rillig Exp $
 #
 
 DISTNAME=              distmp3-0.1.9
@@ -10,9 +10,10 @@
 COMMENT=               Distributed mp3 encoding across multiple hosts
 
 USE_LANGUAGES=         # empty
-USE_PERL5=             # defined
+USE_TOOLS+=            perl
+TOOLS_DEPMETHOD.perl=  DEPENDS
 USE_PKGINSTALL=                yes
-NO_BUILD=              # defined
+NO_BUILD=              yes
 
 EGDIR=                 ${PREFIX}/share/examples/distmp3
 CONF_FILES=            ${EGDIR}/distmp3.conf ${PKG_SYSCONFDIR}/distmp3.conf
diff -r 6d981638247f -r 8c6b24b23c3b audio/flac2mp3/Makefile
--- a/audio/flac2mp3/Makefile   Wed May 25 23:17:11 2005 +0000
+++ b/audio/flac2mp3/Makefile   Wed May 25 23:31:02 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/12/23 10:57:20 agc Exp $
+# $NetBSD: Makefile,v 1.2 2005/05/25 23:34:07 rillig Exp $
 
 DISTNAME=      flac2mp3
 PKGNAME=       flac2mp3-20041223
@@ -18,10 +18,11 @@
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 REPLACE_PERL=  flac2mp3.pl
-USE_PERL5=     yes
+USE_TOOLS+=    perl
+TOOLS_DEPMETHOD.perl=  DEPENDS
 WRKSRC=                ${WRKDIR}
 
-NO_BUILD=      # defined
+NO_BUILD=      yes
 
 do-install:
        ${INSTALL_SCRIPT} ${WRKSRC}/flac2mp3.pl ${PREFIX}/bin/flac2mp3



Home | Main Index | Thread Index | Old Index