svn commit: r563853 - head/net/onedrive
Yuri Victorovich
yuri at FreeBSD.org
Wed Feb 3 00:27:10 UTC 2021
Author: yuri
Date: Wed Feb 3 00:27:09 2021
New Revision: 563853
URL: https://svnweb.freebsd.org/changeset/ports/563853
Log:
net/onedrive: Fix build by adding missing dependency shells/bash-completion
PR: 253112
Reported by: fallout
Modified:
head/net/onedrive/Makefile
Modified: head/net/onedrive/Makefile
==============================================================================
--- head/net/onedrive/Makefile Tue Feb 2 23:41:59 2021 (r563852)
+++ head/net/onedrive/Makefile Wed Feb 3 00:27:09 2021 (r563853)
@@ -3,7 +3,7 @@
PORTNAME= onedrive
DISTVERSIONPREFIX= v
DISTVERSION= 2.4.8
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
MAINTAINER= hiroo.ono+freebsd at 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}
More information about the svn-ports-all
mailing list