diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-01-12 22:55:21 +0800 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-01-12 22:55:21 +0800 |
commit | f2a16c67c7792f14500cd3151054108d28bb638a (patch) | |
tree | d7a487c02c137a53f2076792f1554154ef87bb76 /multimedia/mlt | |
parent | a392c764538ec0539f9355980f353ec457e4d447 (diff) | |
download | freebsd-ports-gnome-f2a16c67c7792f14500cd3151054108d28bb638a.tar.gz freebsd-ports-gnome-f2a16c67c7792f14500cd3151054108d28bb638a.tar.zst freebsd-ports-gnome-f2a16c67c7792f14500cd3151054108d28bb638a.zip |
multimedia/mlt: remove bogus gtk2 dependency
PR: 252607
Submitted by: Greg V <greg@unrelenting.technology>
Diffstat (limited to 'multimedia/mlt')
-rw-r--r-- | multimedia/mlt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/mlt/Makefile b/multimedia/mlt/Makefile index ca9909aaad69..3593e4ac38e7 100644 --- a/multimedia/mlt/Makefile +++ b/multimedia/mlt/Makefile @@ -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 |