diff options
author | tobik <tobik@FreeBSD.org> | 2019-10-26 21:18:36 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2019-10-26 21:18:36 +0800 |
commit | dbbe812dff8a1283cee178c3e66317ac7f171d88 (patch) | |
tree | 6eba0d3947c80ee905adad8c5e883263ab59364a | |
parent | b33aef018db8329a59415eb57abcb8c60214ef5d (diff) | |
download | freebsd-ports-gnome-dbbe812dff8a1283cee178c3e66317ac7f171d88.tar.gz freebsd-ports-gnome-dbbe812dff8a1283cee178c3e66317ac7f171d88.tar.zst freebsd-ports-gnome-dbbe812dff8a1283cee178c3e66317ac7f171d88.zip |
x11/bemenu: Pet portfmt and portclippy
-rw-r--r-- | x11/bemenu/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/x11/bemenu/Makefile b/x11/bemenu/Makefile index cf5658960d16..1fbb4e9999a4 100644 --- a/x11/bemenu/Makefile +++ b/x11/bemenu/Makefile @@ -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> |