diff options
Diffstat (limited to 'x11-wm/dwm/Makefile')
-rw-r--r-- | x11-wm/dwm/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-wm/dwm/Makefile b/x11-wm/dwm/Makefile index 8427a7b05ac3..543def1e992a 100644 --- a/x11-wm/dwm/Makefile +++ b/x11-wm/dwm/Makefile @@ -15,13 +15,12 @@ COMMENT= Dynamic, small, fast and simple window manager LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \ - xcb:${PORTSDIR}/x11/libxcb +LIB_DEPENDS= pthread-stubs:${PORTSDIR}/devel/libpthread-stubs OPTIONS_DEFINE= XINERAMA XFT DOCS OPTIONS_DEFAULT=XINERAMA -USE_XORG= x11 xau xdmcp xext +USE_XORG= x11 xau xcb xdmcp xext MAN1= dwm.1 PLIST_FILES= bin/dwm |