Date: Sat, 26 Oct 2019 13:18:36 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r515684 - head/x11/bemenu Message-ID: <201910261318.x9QDIahW001068@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Sat Oct 26 13:18:36 2019 New Revision: 515684 URL: https://svnweb.freebsd.org/changeset/ports/515684 Log: x11/bemenu: Pet portfmt and portclippy Modified: head/x11/bemenu/Makefile Modified: head/x11/bemenu/Makefile ============================================================================== --- head/x11/bemenu/Makefile Sat Oct 26 12:12:42 2019 (r515683) +++ head/x11/bemenu/Makefile Sat Oct 26 13:18:36 2019 (r515684) @@ -25,23 +25,22 @@ OPTIONS_MULTI= BACKEND OPTIONS_MULTI_BACKEND= NCURSES WAYLAND X11 OPTIONS_SUB= yes -BACKEND_DESC= Backend +BACKEND_DESC= Backend +NCURSES_USES= ncurses NCURSES_CMAKE_BOOL= BEMENU_CURSES_RENDERER NCURSES_CMAKE_ON= -DCURSES_FOUND:BOOL=yes \ -DCURSES_INCLUDE_DIRS:PATH="${NCURSESINC}" \ -DCURSES_LIBRARY:PATH="${NCURSESLIB}/libncursesw.so" -NCURSES_USES= ncurses - -WAYLAND_CMAKE_BOOL= BEMENU_WAYLAND_RENDERER WAYLAND_LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim \ libwayland-client.so:graphics/wayland \ libxkbcommon.so:x11/libxkbcommon WAYLAND_USES= gnome pkgconfig WAYLAND_USE= GNOME=cairo,glib20,pango - +WAYLAND_CMAKE_BOOL= BEMENU_WAYLAND_RENDERER +X11_USES= gnome pkgconfig xorg +X11_USE= GNOME=cairo,glib20,pango \ + XORG=x11,xinerama X11_CMAKE_BOOL= BEMENU_X11_RENDERER -X11_USES= gnome pkgconfig -X11_USE= GNOME=cairo,glib20,pango XORG=x11,xinerama .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910261318.x9QDIahW001068>