diff options
author | antoine <antoine@FreeBSD.org> | 2017-02-14 00:36:34 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-02-14 00:36:34 +0800 |
commit | 33e4cfe6e033ee0e0970f264c59c6ac8682d832c (patch) | |
tree | 8b446f2a4e86a3781b10e34ebd3656f161724d55 /print | |
parent | 59c75242664b077e63b18ad76b34d9886c8ce6cf (diff) | |
download | freebsd-ports-gnome-33e4cfe6e033ee0e0970f264c59c6ac8682d832c.tar.gz freebsd-ports-gnome-33e4cfe6e033ee0e0970f264c59c6ac8682d832c.tar.zst freebsd-ports-gnome-33e4cfe6e033ee0e0970f264c59c6ac8682d832c.zip |
Fix RUN_DEPENDS
Reported by: pkg-fallout
Diffstat (limited to 'print')
-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 |