mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
net/onedrive: Fix build by adding missing dependency shells/bash-completion
PR: 253112 Reported by: fallout
This commit is contained in:
parent
69095e8b54
commit
b3e760e409
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=563853
@ -3,7 +3,7 @@
|
||||
PORTNAME= onedrive
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.4.8
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net
|
||||
|
||||
MAINTAINER= hiroo.ono+freebsd@gmail.com
|
||||
@ -34,8 +34,10 @@ NOTIFY_USES= gnome
|
||||
NOTIFY_USE= GNOME=glib20,gdkpixbuf2
|
||||
NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify
|
||||
|
||||
COMPLETION_DESC= Install completion for BASH, FISH and ZSH
|
||||
COMPLETION_DESC= Install completion for BASH, FISH and ZSH
|
||||
COMPLETION_CONFIGURE_ENABLE= completions
|
||||
COMPLETION_BUILD_DEPENDS= bash-completion>0:shells/bash-completion
|
||||
COMPLETION_RUN_DEPENDS= bash-completion>0:shells/bash-completion
|
||||
|
||||
ONEDRIVE_LOGDIR= /var/log/${PORTNAME}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user