svn commit: r358635 - head/audio/pithos

William Grzybowski wg at FreeBSD.org
Fri Jun 20 20:54:41 UTC 2014


Author: wg
Date: Fri Jun 20 20:54:40 2014
New Revision: 358635
URL: http://svnweb.freebsd.org/changeset/ports/358635
QAT: https://qat.redports.org/buildarchive/r358635/

Log:
  audio/pithos: add missing dependency
  
  PR:		190335
  Submitted by:	grant_watson yahoo com
  Approved by:	maintainer (timeout)

Modified:
  head/audio/pithos/Makefile

Modified: head/audio/pithos/Makefile
==============================================================================
--- head/audio/pithos/Makefile	Fri Jun 20 20:06:21 2014	(r358634)
+++ head/audio/pithos/Makefile	Fri Jun 20 20:54:40 2014	(r358635)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pithos
 PORTVERSION=	0.3.18
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio
 DISTNAME=	${PORTVERSION}
 
@@ -20,7 +20,8 @@ GH_COMMIT=	0770210
 RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg \
 		${LOCALBASE}/libdata/pkgconfig/pygobject-2.0.pc:${PORTSDIR}/devel/py-gobject \
 		${LOCALBASE}/libdata/pkgconfig/notify-python.pc:${PORTSDIR}/devel/py-notify \
-		${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus
+		${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus \
+		${PYTHON_PKGNAMEPREFIX}pylast>0:${PORTSDIR}/audio/py-pylast
 
 USE_PYTHON=	yes
 USE_GNOME=	pygtk2


More information about the svn-ports-head mailing list