svn commit: r395599 - head/multimedia/mpv

Kurt Jaeger pi at FreeBSD.org
Sun Aug 30 06:28:23 UTC 2015


Author: pi
Date: Sun Aug 30 06:28:22 2015
New Revision: 395599
URL: https://svnweb.freebsd.org/changeset/ports/395599

Log:
  multimedia/mpv: zsh completions
  
  ensure zsh completions are actually installed (and prevent package
  error) when the option is selected
  
  PR:		202736
  Submitted by:	Joseph Mingrone <jrm at ftfl.ca>
  Approved by:	Carlos J Puga Medina <cpm at fbsd.es> (maintainer)

Modified:
  head/multimedia/mpv/Makefile

Modified: head/multimedia/mpv/Makefile
==============================================================================
--- head/multimedia/mpv/Makefile	Sun Aug 30 03:57:47 2015	(r395598)
+++ head/multimedia/mpv/Makefile	Sun Aug 30 06:28:22 2015	(r395599)
@@ -134,7 +134,7 @@ XINERAMA_IMPLIES=		X11
 
 ZSH_USES=			perl5
 ZSH_USE=			PERL5=build
-ZSH_CONFIGURE_OFF=		--disable-zsh-comp
+ZSH_CONFIGURE_ENABLE=		zsh-comp
 
 .include <bsd.port.options.mk>
 


More information about the svn-ports-all mailing list