svn commit: r455860 - head/multimedia/pitivi

Antoine Brodin antoine at FreeBSD.org
Sat Dec 9 13:45:49 UTC 2017


Author: antoine
Date: Sat Dec  9 13:45:48 2017
New Revision: 455860
URL: https://svnweb.freebsd.org/changeset/ports/455860

Log:
  Add explicit FLAVOR to dependencies (useful when using
  DEFAULT_VERSIONS=python=3.x)

Modified:
  head/multimedia/pitivi/Makefile

Modified: head/multimedia/pitivi/Makefile
==============================================================================
--- head/multimedia/pitivi/Makefile	Sat Dec  9 13:38:30 2017	(r455859)
+++ head/multimedia/pitivi/Makefile	Sat Dec  9 13:45:48 2017	(r455860)
@@ -12,8 +12,8 @@ COMMENT=	Gstreamer based non-linear audio/video editor
 
 LICENSE=	LGPL21+
 
-RUN_DEPENDS=	py*-zope.interface>=0:devel/py-zope.interface \
-		${PYTHON_SITELIBDIR}/goocanvasmodule.so:graphics/py-goocanvas
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}goocanvas>=0:graphics/py-goocanvas@${PY_FLAVOR}
 
 USES=		gettext gmake localbase pkgconfig python:2.7 shebangfix tar:bzip2
 SHEBANG_FILES=	bin/pitivi.in


More information about the svn-ports-head mailing list