Tue Dec 6 01:45:17 2022 UTC ()
py-music21: update a comment


(gutteridge)
diff -r1.5 -r1.6 pkgsrc/audio/py-music21/options.mk

cvs diff -r1.5 -r1.6 pkgsrc/audio/py-music21/options.mk (expand / switch to unified diff)

--- pkgsrc/audio/py-music21/options.mk 2022/04/09 21:57:28 1.5
+++ pkgsrc/audio/py-music21/options.mk 2022/12/06 01:45:17 1.6
@@ -1,17 +1,18 @@ @@ -1,17 +1,18 @@
1# $NetBSD: options.mk,v 1.5 2022/04/09 21:57:28 gutteridge Exp $ 1# $NetBSD: options.mk,v 1.6 2022/12/06 01:45:17 gutteridge Exp $
2 2
3# print/lilypond and devel/py-game are optional because they pull in 3# print/lilypond and devel/py-game are optional because they pull in
4# large and complex dependency chains. 4# large and complex dependency chains. (lilypond also has a tendency
 5# to fail to build.)
5 6
6# audio/musescore is also an application dependency that gets called 7# audio/musescore is also an application dependency that gets called
7# by music21's show() method, but it's a pretty heavy dependency for 8# by music21's show() method, but it's a pretty heavy dependency for
8# some edge functionality, so it's been left off here. 9# some edge functionality, so it's been left off here.
9 10
10PKG_OPTIONS_VAR= PKG_OPTIONS.py-music21 11PKG_OPTIONS_VAR= PKG_OPTIONS.py-music21
11PKG_SUPPORTED_OPTIONS= lilypond py-game 12PKG_SUPPORTED_OPTIONS= lilypond py-game
12PKG_SUGGESTED_OPTIONS= py-game 13PKG_SUGGESTED_OPTIONS= py-game
13 14
14.include "../../mk/bsd.options.mk" 15.include "../../mk/bsd.options.mk"
15 16
16.if !empty(PKG_OPTIONS:Mlilypond) 17.if !empty(PKG_OPTIONS:Mlilypond)
17DEPENDS+= lilypond-[0-9]*:../../print/lilypond 18DEPENDS+= lilypond-[0-9]*:../../print/lilypond