diff options
Diffstat (limited to 'x11/xkbcomp/Makefile')
-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 |