diff --git a/deskutils/xfce4-notifyd/Makefile b/deskutils/xfce4-notifyd/Makefile index ccb031c419d3..574e039bf293 100644 --- a/deskutils/xfce4-notifyd/Makefile +++ b/deskutils/xfce4-notifyd/Makefile @@ -1,44 +1,47 @@ # # !!!NOTE!!! Update of x11-toolkits/gtk30 (specially >= 3.20.x) must be # accompanied by PORTREVISION bumps of this port. # Support of GTK is checked at compile time and themes directories too. PORTNAME= xfce4-notifyd PORTVERSION= 0.9.7 CATEGORIES= deskutils xfce MASTER_SITES= XFCE/apps DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Visually-appealing notification daemon for Xfce WWW= https://gitlab.xfce.org/apps/xfce4-notifyd LICENSE= GPLv3 -LIB_DEPENDS= libgtk-layer-shell.so:x11-toolkits/gtk-layer-shell \ - libharfbuzz.so:print/harfbuzz \ +LIB_DEPENDS= libharfbuzz.so:print/harfbuzz \ libnotify.so:devel/libnotify USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig sqlite \ tar:bzip2 xfce xorg USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 USE_XFCE= libmenu panel xfconf USE_XORG= ice sm x11 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-systemd INSTALL_TARGET= install-strip -OPTIONS_DEFINE= NLS SOUND +OPTIONS_DEFINE= NLS SOUND WAYLAND +OPTIONS_DEFAULT= WAYLAND OPTIONS_SUB= yes SOUND_DESC= Sound (audio) support via canberra NLS_USES= gettext-runtime NLS_CONFIGURE_ENABLE= nls SOUND_LIB_DEPENDS= libcanberra-gtk3.so:audio/libcanberra-gtk3 \ libcanberra.so:audio/libcanberra SOUND_CONFIGURE_ENABLE= sound +WAYLAND_LIB_DEPENDS= libgtk-layer-shell.so:x11-toolkits/gtk-layer-shell +WAYLAND_CONFIGURE_ENABLE= wayland + .include