Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Aug 2015 06:28:22 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r395599 - head/multimedia/mpv
Message-ID:  <201508300628.t7U6SMuU066577@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@ftfl.ca>
  Approved by:	Carlos J Puga Medina <cpm@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>
 



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