svn commit: r532010 - head/x11/dmenu-wayland

Baptiste Daroussin bapt at FreeBSD.org
Sat Apr 18 09:40:01 UTC 2020


Author: bapt
Date: Sat Apr 18 09:40:00 2020
New Revision: 532010
URL: https://svnweb.freebsd.org/changeset/ports/532010

Log:
  Add missing dependency
  
  Reported by:	linimon

Modified:
  head/x11/dmenu-wayland/Makefile

Modified: head/x11/dmenu-wayland/Makefile
==============================================================================
--- head/x11/dmenu-wayland/Makefile	Sat Apr 18 09:32:28 2020	(r532009)
+++ head/x11/dmenu-wayland/Makefile	Sat Apr 18 09:40:00 2020	(r532010)
@@ -13,6 +13,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		gnome meson pkgconfig
 
+BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/wayland-protocols.pc:graphics/wayland-protocols
 LIB_DEPENDS=	libwayland-client.so:graphics/wayland \
 		libxkbcommon.so:x11/libxkbcommon
 


More information about the svn-ports-all mailing list