py-music21: remove print/lilypond from default options

Lilypond is seemingly universally broken in pkgsrc builds at present.
(music21 upstream had considered removing it as a dependency for
another reason, but seem to have reversed course.)
This commit is contained in:
gutteridge 2021-08-09 04:46:26 +00:00
parent f29e832f75
commit ce340420ab
2 changed files with 4 additions and 3 deletions

View file

@ -1,8 +1,9 @@
# $NetBSD: Makefile,v 1.12 2021/04/06 02:45:26 gutteridge Exp $
# $NetBSD: Makefile,v 1.13 2021/08/09 04:46:26 gutteridge Exp $
VERSION= 6.7.1
DISTNAME= music21-noCorpus-${VERSION}
PKGNAME= ${PYPKGPREFIX}-music21-${VERSION}
PKGREVISION= 1
CATEGORIES= audio python
MASTER_SITES= ${MASTER_SITE_GITHUB:=cuthbertLab/}
GITHUB_PROJECT= music21

View file

@ -1,4 +1,4 @@
# $NetBSD: options.mk,v 1.3 2020/09/05 00:07:17 gutteridge Exp $
# $NetBSD: options.mk,v 1.4 2021/08/09 04:46:26 gutteridge Exp $
# print/lilypond and devel/py-game are optional because they pull in
# large and complex dependency chains that don't presently build in
@ -10,7 +10,7 @@
PKG_OPTIONS_VAR= PKG_OPTIONS.py-music21
PKG_SUPPORTED_OPTIONS= lilypond py-game
PKG_SUGGESTED_OPTIONS= lilypond py-game
PKG_SUGGESTED_OPTIONS= py-game
.include "../../mk/bsd.options.mk"