From d0e3ccd5604bf4fe4bcdf36e88d69daeb5ac467a Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Sun, 1 Sep 2019 18:52:31 +0200 Subject: xkbcomp: wantlib / build_depends / libdepends fixes --- x11/xkbcomp/Makefile | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/x11/xkbcomp/Makefile b/x11/xkbcomp/Makefile index 1992c74..9b5a7d2 100644 --- a/x11/xkbcomp/Makefile +++ b/x11/xkbcomp/Makefile @@ -10,13 +10,19 @@ MAINTAINER = xenocara@openbsd.org # MIT PERMIT_PACKAGE = Yes -#WANTLIB = ??? +WANTLIB = X11 xkbfile xcb Xau MASTER_SITES = ${MASTER_SITE_XORG:=app/} -#BUILD_DEPENDS = ??? -#RUN_DEPENDS = ??? -#LIB_DEPENDS = ??? +BUILD_DEPENDS = devel/xorgproto + +RUN_DEPENDS = x11/xkeyboard-config + +LIB_DEPENDS = x11/libX11 \ + x11/libxkbfile \ + x11/libxcb \ + x11/libXau + #TEST_DEPENDS = ??? SEPARATE_BUILD = Yes -- cgit v1.2.3