svn commit: r515684 - head/x11/bemenu

Tobias Kortkamp tobik at FreeBSD.org
Sat Oct 26 13:18:36 UTC 2019


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>


More information about the svn-ports-head mailing list