Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Nov 2020 20:10:06 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r556072 - head/multimedia/mpv
Message-ID:  <202011222010.0AMKA6dT012371@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sun Nov 22 20:10:05 2020
New Revision: 556072
URL: https://svnweb.freebsd.org/changeset/ports/556072

Log:
  multimedia/mpv: respect SIXEL=off even if libsixel is installed

Modified:
  head/multimedia/mpv/Makefile   (contents, props changed)

Modified: head/multimedia/mpv/Makefile
==============================================================================
--- head/multimedia/mpv/Makefile	Sun Nov 22 19:59:29 2020	(r556071)
+++ head/multimedia/mpv/Makefile	Sun Nov 22 20:10:05 2020	(r556072)
@@ -118,7 +118,7 @@ SDL_USE=			SDL=sdl2
 SDL_CONFIGURE_ON=		--enable-sdl2
 
 SIXEL_LIB_DEPENDS=		libsixel.so:graphics/libsixel
-SIXEL_CONFIGURE_ON=		--enable-sixel
+SIXEL_CONFIGURE_OFF=		--disable-sixel
 
 SMB_USES=			samba:lib
 SMB_CONFIGURE_ON=		--enable-libsmbclient



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011222010.0AMKA6dT012371>