aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authortobik <tobik@FreeBSD.org>2019-10-26 21:18:36 +0800
committertobik <tobik@FreeBSD.org>2019-10-26 21:18:36 +0800
commitdbbe812dff8a1283cee178c3e66317ac7f171d88 (patch)
tree6eba0d3947c80ee905adad8c5e883263ab59364a /x11
parentb33aef018db8329a59415eb57abcb8c60214ef5d (diff)
downloadfreebsd-ports-gnome-dbbe812dff8a1283cee178c3e66317ac7f171d88.tar.gz
freebsd-ports-gnome-dbbe812dff8a1283cee178c3e66317ac7f171d88.tar.zst
freebsd-ports-gnome-dbbe812dff8a1283cee178c3e66317ac7f171d88.zip
x11/bemenu: Pet portfmt and portclippy
Diffstat (limited to 'x11')
-rw-r--r--x11/bemenu/Makefile13
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>