aboutsummaryrefslogtreecommitdiff
path: root/graphics/libsixel
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-11-14 12:39:42 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-11-14 12:39:42 +0000
commit863110e9f95de207d0c8891b013c3d43e70cbceb (patch)
tree7cefef4036a143c0a890c264dd040a774616688a /graphics/libsixel
parent243a1c4dcae2dcc5d9caae8c27bbc73a9e484e5b (diff)
downloadports-863110e9f95de207d0c8891b013c3d43e70cbceb.tar.gz
ports-863110e9f95de207d0c8891b013c3d43e70cbceb.zip
Add USES={gl,gnome,mate,sdl,xorg} missed in the last round
Notes
Notes: svn path=/head/; revision=517560
Diffstat (limited to 'graphics/libsixel')
-rw-r--r--graphics/libsixel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libsixel/Makefile b/graphics/libsixel/Makefile
index e787475e7deb..7c33025d6f25 100644
--- a/graphics/libsixel/Makefile
+++ b/graphics/libsixel/Makefile
@@ -37,7 +37,7 @@ JPEG_CPPFLAGS= -I${LOCALBASE}/include
JPEG_LDFLAGS= -L${LOCALBASE}/lib
PIXBUF_CONFIGURE_WITH= gdk-pixbuf2
-PIXBUF_USES= gettext
+PIXBUF_USES= gettext gnome
PIXBUF_USE= gnome=glib20,gdkpixbuf2
PNG_LIB_DEPENDS= libpng.so:graphics/png