pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/ardour



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Dec 12 16:19:48 UTC 2019

Modified Files:
        pkgsrc/audio/ardour: Makefile

Log Message:
ardour: Needs itstool


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/audio/ardour/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/ardour/Makefile
diff -u pkgsrc/audio/ardour/Makefile:1.31 pkgsrc/audio/ardour/Makefile:1.32
--- pkgsrc/audio/ardour/Makefile:1.31   Mon Dec  2 13:34:33 2019
+++ pkgsrc/audio/ardour/Makefile        Thu Dec 12 16:19:48 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2019/12/02 13:34:33 nia Exp $
+# $NetBSD: Makefile,v 1.32 2019/12/12 16:19:48 nia Exp $
 
 DISTNAME=      Ardour-5.12.0
 PKGNAME=       ${DISTNAME:tl}
@@ -17,6 +17,8 @@ LICENSE=      gnu-gpl-v2
 USE_TOOLS+=    pkg-config perl
 USE_LANGUAGES= c c++11
 
+TOOL_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
+
 EGDIR=         ${PREFIX}/share/examples/ardour5
 
 WAF_ENV+=      EGDIR=${EGDIR}



Home | Main Index | Thread Index | Old Index