diff options
author | pi <pi@FreeBSD.org> | 2015-08-30 14:28:22 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2015-08-30 14:28:22 +0800 |
commit | e8e3018162c4d5062265a0e973acda6083198cdb (patch) | |
tree | 42d26e7fbacdae7a9d53e361a020545458f6f3fc /multimedia | |
parent | d6569983c903e65226c3fe7dc3480731fcc2ce2a (diff) | |
download | freebsd-ports-gnome-e8e3018162c4d5062265a0e973acda6083198cdb.tar.gz freebsd-ports-gnome-e8e3018162c4d5062265a0e973acda6083198cdb.tar.zst freebsd-ports-gnome-e8e3018162c4d5062265a0e973acda6083198cdb.zip |
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)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mpv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/mpv/Makefile b/multimedia/mpv/Makefile index 6fce4687cbbb..1920c77f170b 100644 --- a/multimedia/mpv/Makefile +++ b/multimedia/mpv/Makefile @@ -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> |