diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2021-05-27 00:48:58 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2021-05-27 00:52:08 +0000 |
commit | 8973aa83a0769f730d968b69d0bfc6da7b2376bf (patch) | |
tree | bdac54f00f6fb289b5b88ef2589600afa45e0051 | |
parent | 30c1bdb69fc354d360da78d61ce6d372746b62ea (diff) | |
download | ports-8973aa83a0769f730d968b69d0bfc6da7b2376bf.tar.gz ports-8973aa83a0769f730d968b69d0bfc6da7b2376bf.zip |
x11-toolkits/libadwaita: connect to whole tree (bulk -a) build
$ make index
[...]
make_index: deskutils/gnome-todo: no entry for x11-toolkits/libadwaita
$ poudriere bulk -j 122amd64 -a
[...]
Calculating ports order and dependencies
Error: compute_deps_pkg failed to lookup pkgname for x11-toolkits/libadwaita processing package gnome-todo-40.0 from deskutils/gnome-todo -- Is SUBDIR+=libadwaita missing in x11-toolkits/Makefile and does the port provide the '' FLAVOR?
-rw-r--r-- | x11-toolkits/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 7f1391d1de0a..71db6f48432d 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -67,6 +67,7 @@ SUBDIR += libXaw SUBDIR += libXmu SUBDIR += libXt + SUBDIR += libadwaita SUBDIR += libdazzle SUBDIR += libgdiplus SUBDIR += libhandy |