svn commit: r433998 - head/print/frescobaldi

Antoine Brodin antoine at FreeBSD.org
Mon Feb 13 16:36:35 UTC 2017


Author: antoine
Date: Mon Feb 13 16:36:34 2017
New Revision: 433998
URL: https://svnweb.freebsd.org/changeset/ports/433998

Log:
  Fix RUN_DEPENDS
  
  Reported by:	pkg-fallout

Modified:
  head/print/frescobaldi/Makefile

Modified: head/print/frescobaldi/Makefile
==============================================================================
--- head/print/frescobaldi/Makefile	Mon Feb 13 16:05:25 2017	(r433997)
+++ head/print/frescobaldi/Makefile	Mon Feb 13 16:36:34 2017	(r433998)
@@ -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


More information about the svn-ports-all mailing list