aboutsummaryrefslogtreecommitdiff
path: root/x11/gnome-shell
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2020-10-11 23:48:07 +0000
committerMatthias Andree <mandree@FreeBSD.org>2020-10-11 23:48:07 +0000
commit3ae02b2548d6f2be9a2eb9385090a2c6432dd6e2 (patch)
treec9b648cd5b2b8e015cfe88b899cae18b4d1adb20 /x11/gnome-shell
parenta5a20b6eb31b10d45c7e31db2bcd57b8fefc9ec8 (diff)
downloadports-3ae02b2548d6f2be9a2eb9385090a2c6432dd6e2.tar.gz
ports-3ae02b2548d6f2be9a2eb9385090a2c6432dd6e2.zip
x11/gnome-shell: list bash-completion in BUILD_DEPENDS
This is to isolate the outcome of the build of gnome-shell from options in other ports, namely p11-kit's BASH and gnome-control-center's CHEESE options. We may want to consider adding bash-completion to RUN_DEPENDS, too, this is up for further discussion. PR: 250269 (related) Reported by: cmt@ Approved by: portmgr@ (blanket, fix dependencies)
Notes
Notes: svn path=/head/; revision=552083
Diffstat (limited to 'x11/gnome-shell')
-rw-r--r--x11/gnome-shell/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gnome-shell/Makefile b/x11/gnome-shell/Makefile
index 9c7e95365562..df03842abe0d 100644
--- a/x11/gnome-shell/Makefile
+++ b/x11/gnome-shell/Makefile
@@ -17,7 +17,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= docbook-xsl>=0:textproc/docbook-xsl \
sassc:textproc/sassc \
gnome-control-center:sysutils/gnome-control-center \
- a2x:textproc/asciidoc
+ a2x:textproc/asciidoc \
+ ${LOCALBASE}/share/bash-completion/bash_completion.sh:shells/bash-completion
LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification \
libdrm.so:graphics/libdrm \
libmutter-6.so:x11-wm/mutter \