Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Feb 2017 16:36:34 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r433998 - head/print/frescobaldi
Message-ID:  <201702131636.v1DGaYnh034110@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702131636.v1DGaYnh034110>