Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Apr 2020 09:40:01 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r532010 - head/x11/dmenu-wayland
Message-ID:  <202004180940.03I9e1OS001916@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004180940.03I9e1OS001916>