diff options
Diffstat (limited to 'x11/libxcb')
-rw-r--r-- | x11/libxcb/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11/libxcb/Makefile b/x11/libxcb/Makefile index 853db5f..4075f53 100644 --- a/x11/libxcb/Makefile +++ b/x11/libxcb/Makefile @@ -40,14 +40,13 @@ MAINTAINER = xenocara@openbsd.org # MIT PERMIT_PACKAGE = Yes -# "make port-lib-depends-check" can help -# WANTLIB = Xau +WANTLIB = Xau MASTER_SITES = https://xcb.freedesktop.org/dist/ +BUILD_DEPENDS = devel/xcb-proto -BUILD_DEPENDS = devel/xcb-proto \ - x11/libXau +LIB_DEPENDS = x11/libXau SEPARATE_BUILD = Yes CONFIGURE_STYLE = autoreconf |