summaryrefslogtreecommitdiff
path: root/audio/ardour
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-05-02 10:24:47 +0000
committernia <nia@pkgsrc.org>2021-05-02 10:24:47 +0000
commit7f2e3496cec36eabff969ae3abf8294f4acac61d (patch)
treebb3abae4a57bc9823a085b128ea405715922f95c /audio/ardour
parent9f19b71595507fcb1eddbc954d80d07d6f30bf17 (diff)
downloadpkgsrc-7f2e3496cec36eabff969ae3abf8294f4acac61d.tar.gz
*: Use the tools framework for itstool
Now it should be more obvious when a package needs it as a dependency, as it will fail loudly if it isn't declared as a tool. While here, some duplicate dependencies on itstool were removed from the MATE packages
Diffstat (limited to 'audio/ardour')
-rw-r--r--audio/ardour/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/ardour/Makefile b/audio/ardour/Makefile
index d7d29b2ccc3..3cd6184e2b6 100644
--- a/audio/ardour/Makefile
+++ b/audio/ardour/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2021/04/29 23:30:12 thor Exp $
+# $NetBSD: Makefile,v 1.50 2021/05/02 10:24:47 nia Exp $
DISTNAME= Ardour-5.12.0
PKGNAME= ${DISTNAME:tl}
@@ -17,11 +17,9 @@ LICENSE= gnu-gpl-v2
UNLIMIT_RESOURCES= stacksize
-USE_TOOLS+= pkg-config perl
+USE_TOOLS+= pkg-config perl itstool
USE_LANGUAGES= c c++11
-TOOL_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
-
EGDIR= ${PREFIX}/share/examples/ardour5
WAF_ENV+= EGDIR=${EGDIR}