diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2019-09-01 18:52:31 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2019-09-01 18:52:31 +0200 |
commit | d0e3ccd5604bf4fe4bcdf36e88d69daeb5ac467a (patch) | |
tree | 6d2474b78fffde44fdfda898c4b48ff7577bc8b3 | |
parent | b1a0aa61a2543f7b8d8c574fb19b359f698e406c (diff) |
xkbcomp: wantlib / build_depends / libdepends fixes
-rw-r--r-- | x11/xkbcomp/Makefile | 14 |
1 files 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 |