diff options
author | Rene Ladan <rene@FreeBSD.org> | 2021-03-24 13:34:35 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2021-03-24 13:34:35 +0000 |
commit | b217c7fc9cc4e56e26f88b17551499a17c4c6d24 (patch) | |
tree | 927d28feccb5a8860ed230fbec099ccb4255ada8 /print | |
parent | 80fa663d16236be2c6d5165f92327ed60b6a4b42 (diff) |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/py-frescobaldi/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/print/py-frescobaldi/Makefile b/print/py-frescobaldi/Makefile index ff38412bff79..656ff9cc23b4 100644 --- a/print/py-frescobaldi/Makefile +++ b/print/py-frescobaldi/Makefile @@ -14,6 +14,9 @@ COMMENT= Music score editor for lilypond LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Uses EOL Python 2.7 via www/py-qt5-webengine +EXPIRATION_DATE=2021-06-23 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-ly>=0:print/py-python-ly@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-poppler-qt5>=0:graphics/py-python-poppler-qt5 #@${PY_FLAVOR} |