diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2019-08-11 23:28:10 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2019-08-11 23:30:36 +0200 |
commit | b5938e1ba9b00509ba1a323c3e9676789e2f7378 (patch) | |
tree | 5fe2131d6dee151e84a01e8e97824dec2aa00943 /x11/libxcb | |
parent | 539cef9eade5790e41653140d9948740ac0795d5 (diff) |
LIB_DEPENDS / WANTLIB fixes
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 |