svn commit: r564198 - head/audio/pulseeffects

Baptiste Daroussin bapt at FreeBSD.org
Sat Feb 6 07:54:41 UTC 2021


Author: bapt
Date: Sat Feb  6 07:54:40 2021
New Revision: 564198
URL: https://svnweb.freebsd.org/changeset/ports/564198

Log:
  Remove gconf2 dependency, it is actually not a dependency

Modified:
  head/audio/pulseeffects/Makefile

Modified: head/audio/pulseeffects/Makefile
==============================================================================
--- head/audio/pulseeffects/Makefile	Sat Feb  6 07:48:19 2021	(r564197)
+++ head/audio/pulseeffects/Makefile	Sat Feb  6 07:54:40 2021	(r564198)
@@ -3,7 +3,7 @@
 PORTNAME=	pulseeffects
 DISTVERSIONPREFIX=	v
 DISTVERSION=	4.6.8
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	audio
 
 MAINTAINER=	daniel at shafer.cc
@@ -44,7 +44,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cairo>0:graphics/p
 USES=		compiler:c++17-lang desktop-file-utils libtool \
 		localbase:ldflags gettext gnome meson ninja pathfix pkgconfig \
 		python:3.6+ shebangfix
-USE_GNOME=	cairo gconf2 gtkmm30 libsigc++20 pygobject3
+USE_GNOME=	cairo gtkmm30 libsigc++20 pygobject3
 USE_GSTREAMER1=	bad bs2b good ladspa lv2 pulse webrtcdsp
 USE_LDCONFIG=	yes
 


More information about the svn-ports-all mailing list