summaryrefslogtreecommitdiff
path: root/audio/distmp3
diff options
context:
space:
mode:
authorjlam <jlam>2005-07-15 20:14:02 +0000
committerjlam <jlam>2005-07-15 20:14:02 +0000
commita583b80902084c921e31b11d9ff9ee3cc15f7069 (patch)
tree891fd0228b3d843aa6c33a088cc94bc8bb92dcd4 /audio/distmp3
parent2145b112085dd79844ef75eec248fba54142dac2 (diff)
downloadpkgsrc-a583b80902084c921e31b11d9ff9ee3cc15f7069.tar.gz
Drop support for TOOLS_DEPMETHOD.<tool>. The new way to specify a
run-time dependency (DEPENDS) on a tool is to append a ":run" modifier to the tool name, e.g., USE_TOOLS+= perl:run Tools without modifiers or with an explicit ":build" modifier will cause build dependencies (BUILD_DEPENDS) on those tools to be added. This makes the notation a bit more compact.
Diffstat (limited to 'audio/distmp3')
-rw-r--r--audio/distmp3/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/distmp3/Makefile b/audio/distmp3/Makefile
index 155732fd1bf..bebf542c4df 100644
--- a/audio/distmp3/Makefile
+++ b/audio/distmp3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/06/16 06:57:38 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2005/07/15 20:14:02 jlam Exp $
#
DISTNAME= distmp3-0.1.9
@@ -10,8 +10,7 @@ MAINTAINER= grant@NetBSD.org
COMMENT= Distributed mp3 encoding across multiple hosts
USE_LANGUAGES= # empty
-USE_TOOLS+= perl
-TOOLS_DEPMETHOD.perl= DEPENDS
+USE_TOOLS+= perl:run
USE_PKGINSTALL= yes
NO_BUILD= yes