diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-02-13 16:36:34 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-02-13 16:36:34 +0000 |
commit | e92d6ff16bb77ba22f92a534da5cad91118030e2 (patch) | |
tree | 8b446f2a4e86a3781b10e34ebd3656f161724d55 | |
parent | Fix malformed entry in MOVED, as reported by portlint. (diff) |
Fix RUN_DEPENDS
Reported by: pkg-fallout
-rw-r--r-- | print/frescobaldi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/frescobaldi/Makefile b/print/frescobaldi/Makefile index bf22b33446c7..10d229939214 100644 --- a/print/frescobaldi/Makefile +++ b/print/frescobaldi/Makefile @@ -14,7 +14,7 @@ LICENSE_COMB= dual RUN_DEPENDS= lilypond:print/lilypond \ ${PYTHON_PKGNAMEPREFIX}poppler-qt4>=0:graphics/py-poppler-qt4 \ - ${PYTHON_PKGNAMEPREFIX}ly>=0:print/py-python-ly + ${PYTHON_PKGNAMEPREFIX}python-ly>=0:print/py-python-ly USE_GITHUB= yes GH_ACCOUNT= wbsoft |