svn commit: r556072 - head/multimedia/mpv

Jan Beich jbeich at FreeBSD.org
Sun Nov 22 20:10:06 UTC 2020


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


More information about the svn-ports-all mailing list