From d5356412b90bcfbe23ab981d97b00d5f2689b69a Mon Sep 17 00:00:00 2001 From: Kris Moore Date: Mon, 11 Aug 2014 19:18:38 +0000 Subject: [PATCH] - Add missing depend on gstreamer-soup - Bump PORTREV --- audio/pithos/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/audio/pithos/Makefile b/audio/pithos/Makefile index e7089644b5f9..acc9604d1e1c 100644 --- a/audio/pithos/Makefile +++ b/audio/pithos/Makefile @@ -3,6 +3,7 @@ PORTNAME= pithos PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= audio DISTNAME= ${PORTVERSION} @@ -25,7 +26,7 @@ RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py3-xdg \ USE_GNOME= gtk30 py3gobject3 USE_PYTHON= 3 USE_PYDISTUTILS=yes -USE_GSTREAMER= core good bad +USE_GSTREAMER= core good bad soup PYDISTUTILS_AUTOPLIST= yes INSTALLS_EGGINFO= yes