diff options
-rw-r--r-- | audio/pithos/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/pithos/Makefile b/audio/pithos/Makefile index 2dbf2eaafe20..a17cd85b82fa 100644 --- a/audio/pithos/Makefile +++ b/audio/pithos/Makefile @@ -3,7 +3,7 @@ PORTNAME= pithos PORTVERSION= 1.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MAINTAINER= jhixson@FreeBSD.org @@ -16,13 +16,12 @@ USE_GITHUB= yes RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/xdg/__init__.py:devel/py-xdg@${PY_FLAVOR} \ ${PYTHON_SITELIBDIR}/dbus/__init__.py:devel/py-dbus@${PY_FLAVOR} \ ${PYTHON_SITELIBDIR}/gi/overrides/Gst.py:multimedia/py-gstreamer1@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pylast>0:audio/py-pylast@${PY_FLAVOR} \ - git:devel/git + ${PYTHON_PKGNAMEPREFIX}pylast>0:audio/py-pylast@${PY_FLAVOR} USE_GNOME= gtk30 pygobject3 USES= python:3.4+ USE_PYTHON= distutils autoplist optsuffix -USE_GSTREAMER= core good bad soup +USE_GSTREAMER1= core good bad soup post-install: ${MKDIR} ${STAGEDIR}${DATADIR} |