diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2021-11-07 20:08:06 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2021-11-07 20:34:10 +0000 |
commit | 9dac5fe121bc08e3bb704a2ade1f02af19f78646 (patch) | |
tree | 868b1c0806db19a3309ca2e6976cb6c3fc95e77d | |
parent | 4bdff1539b59ebfd7e4781d462e187e907f3a4bc (diff) | |
download | ports-9dac5fe121bc08e3bb704a2ade1f02af19f78646.tar.gz ports-9dac5fe121bc08e3bb704a2ade1f02af19f78646.zip |
deskutils/bijiben: drop unused Meson options after 081c758935b7
meson.build:1:0: ERROR: Unknown options: "zeitgeist"
https://gitlab.gnome.org/GNOME/bijiben/-/commit/bcfbd9a4113b
PR: 259080
Reported by: antoine (via exp-run)
Regressed by: https://github.com/mesonbuild/meson/commit/dbf2ace6ca1c
-rw-r--r-- | deskutils/bijiben/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/deskutils/bijiben/Makefile b/deskutils/bijiben/Makefile index 723fdc66917c..ed87c9d14588 100644 --- a/deskutils/bijiben/Makefile +++ b/deskutils/bijiben/Makefile @@ -2,6 +2,7 @@ PORTNAME= bijiben PORTVERSION= 40.1 +PORTREVISION= 1 CATEGORIES= deskutils gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome @@ -17,7 +18,6 @@ LIB_DEPENDS= libtracker-control-2.0.so:sysutils/tracker \ libwebkit2gtk-4.0.so:www/webkit2-gtk3 \ libgoa-1.0.so:net/gnome-online-accounts \ libical.so:devel/libical \ - libzeitgeist-2.0.so:sysutils/zeitgeist \ libuuid.so:misc/e2fsprogs-libuuid \ libhandy-1.so:x11-toolkits/libhandy @@ -28,7 +28,6 @@ USES= compiler:c++11-lib desktop-file-utils gettext gnome \ shared-mime-info shebangfix tar:xz USE_LDCONFIG= yes USE_GNOME= cairo evolutiondataserver3 intltool -MESON_ARGS= -Dzeitgeist=true SHEBANG_FILES= ${WRKSRC}/build-aux/meson_post_install.py GLIB_SCHEMAS= org.gnome.Notes.gschema.xml |