svn commit: r491543 - head/audio/pithos

Tobias Kortkamp tobik at FreeBSD.org
Tue Jan 29 06:48:16 UTC 2019


Author: tobik
Date: Tue Jan 29 06:48:14 2019
New Revision: 491543
URL: https://svnweb.freebsd.org/changeset/ports/491543

Log:
  audio/pithos: Use USES=pkgconfig

Modified:
  head/audio/pithos/Makefile

Modified: head/audio/pithos/Makefile
==============================================================================
--- head/audio/pithos/Makefile	Tue Jan 29 04:58:45 2019	(r491542)
+++ head/audio/pithos/Makefile	Tue Jan 29 06:48:14 2019	(r491543)
@@ -16,13 +16,12 @@ BUILD_DEPENDS=	appstream-util:devel/appstream-glib \
 
 RUN_DEPENDS=	gnome-keyring:security/gnome-keyring \
 		gsettings-desktop-schemas>3.0.0:devel/gsettings-desktop-schemas \
-		pkgconf>1.0:devel/pkgconf \
 		${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} \
 		${PYTHON_SITELIBDIR}/xdg/__init__.py:devel/py-xdg@${PY_FLAVOR}
 
-USES=	python:3.4+ gnome meson ninja gettext shebangfix
+USES=	pkgconfig:run python:3.4+ gnome meson ninja gettext shebangfix
 
 USE_GITHUB=	yes
 USE_GNOME=	glib20


More information about the svn-ports-all mailing list