From e92d6ff16bb77ba22f92a534da5cad91118030e2 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Mon, 13 Feb 2017 16:36:34 +0000 Subject: [PATCH] Fix RUN_DEPENDS Reported by: pkg-fallout --- print/frescobaldi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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