svn commit: r561340 - head/multimedia/mlt

Tobias C. Berner tcberner at FreeBSD.org
Tue Jan 12 14:55:21 UTC 2021


Author: tcberner
Date: Tue Jan 12 14:55:21 2021
New Revision: 561340
URL: https://svnweb.freebsd.org/changeset/ports/561340

Log:
  multimedia/mlt: remove bogus gtk2 dependency
  
  PR:		252607
  Submitted by:	Greg V <greg at unrelenting.technology>

Modified:
  head/multimedia/mlt/Makefile

Modified: head/multimedia/mlt/Makefile
==============================================================================
--- head/multimedia/mlt/Makefile	Tue Jan 12 14:53:05 2021	(r561339)
+++ head/multimedia/mlt/Makefile	Tue Jan 12 14:55:21 2021	(r561340)
@@ -69,7 +69,7 @@ FREI0R_CONFIGURE_ENABLE=frei0r
 
 GDK_LIB_DEPENDS=	libexif.so:graphics/libexif \
 			libfontconfig.so:x11-fonts/fontconfig
-GDK_USE=		GNOME=gdkpixbuf2,gtk20,pango
+GDK_USE=		GNOME=gdkpixbuf2,pango
 GDK_CONFIGURE_ENABLE=	gdk
 
 JACK_LIB_DEPENDS=	libjack.so:audio/jack


More information about the svn-ports-head mailing list