diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-05-07 22:50:01 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-05-07 22:50:01 +0000 |
commit | f6e6e7ceee95bd88f9c8866c24736be15176873a (patch) | |
tree | c11a7ad5eedd957514dcc3aeb3ae395f5b4bea28 /x11-wm/awesome | |
parent | 7bc3f2a974525b02a920aac4237f2a71b3621d30 (diff) | |
download | ports-f6e6e7ceee95bd88f9c8866c24736be15176873a.tar.gz ports-f6e6e7ceee95bd88f9c8866c24736be15176873a.zip |
- Mark BROKEN for xcb-util >= 0.3.4. This is temporary solution until startup-notification (which is required for awesome snapshot wich works with newer xcb-util) is update to 0.10
Discussed with: Nikos Ntarmos <ntarmos at cs dot uoi dot gr> (maintainer)
Notes
Notes:
svn path=/head/; revision=233400
Diffstat (limited to 'x11-wm/awesome')
-rw-r--r-- | x11-wm/awesome/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-wm/awesome/Makefile b/x11-wm/awesome/Makefile index 46f1dab5bf53..7fc32304f6eb 100644 --- a/x11-wm/awesome/Makefile +++ b/x11-wm/awesome/Makefile @@ -52,6 +52,10 @@ OPTIONS+= DBUS "Enable D-BUS support" On IGNORE= cannot find dependency: The cairo exists but not with XCB support. Please reinstall graphics/cairo with XCB support .endif +.if exists(${LOCALBASE}/lib/libxcb-keysyms.so.1) +BROKEN= doesn't work with latest version of x11/xcb-util (>=0.3.4). You may try to downgrade xcb-util to 0.3.3 as a temporary solution +.endif + .ifdef(WITH_DBUS) LIB_DEPENDS += dbus-1.3:${PORTSDIR}/devel/dbus CMAKE_ARGS += -DWITH_DBUS=YES |