diff options
author | rillig <rillig@pkgsrc.org> | 2005-05-25 23:31:02 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-05-25 23:31:02 +0000 |
commit | 8e3a6fc47add8b025f18573b52c17c5a98634cb4 (patch) | |
tree | e7bee7d2ebc46946cb0cf64e949ebd1155fdea25 /audio/distmp3 | |
parent | f52deedaf12ebd3cecc3fc5597b556d3f7c2a9fa (diff) | |
download | pkgsrc-8e3a6fc47add8b025f18573b52c17c5a98634cb4.tar.gz |
Changed USE_PERL5 to USE_TOOLS. Replaced #defined with "yes" in NO_BUILD.
Diffstat (limited to 'audio/distmp3')
-rw-r--r-- | audio/distmp3/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/distmp3/Makefile b/audio/distmp3/Makefile index 6e26dc0fbab..ca0392c5568 100644 --- a/audio/distmp3/Makefile +++ b/audio/distmp3/Makefile @@ -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 @@ MAINTAINER= grant@NetBSD.org 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 |