diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2013-05-25 14:37:02 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2013-05-25 14:37:02 +0000 |
commit | 92ea0d614b10bd99ce43a611721c7c4003cd79a5 (patch) | |
tree | cf13f962932aab3646f0af684b2923c4e0f0825b /x11/slim | |
parent | ffbb85145227efbc987e5d09cab804f896bf37f5 (diff) |
Notes
Diffstat (limited to 'x11/slim')
-rw-r--r-- | x11/slim/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/slim/Makefile b/x11/slim/Makefile index cfd7211fd6d2..23378c3c99da 100644 --- a/x11/slim/Makefile +++ b/x11/slim/Makefile @@ -19,11 +19,10 @@ LIB_DEPENDS= dbus-1:${PORTSDIR}/devel/dbus \ freetype:${PORTSDIR}/print/freetype2 \ ck-connector:${PORTSDIR}/sysutils/consolekit \ expat:${PORTSDIR}/textproc/expat2 \ - xcb:${PORTSDIR}/x11/libxcb \ fontconfig:${PORTSDIR}/x11-fonts/fontconfig USES= cmake pkgconfig -USE_XORG= ice sm x11 xau xdmcp xext xft xmu xorg-server xrender xt +USE_XORG= ice sm x11 xau xcb xdmcp xext xft xmu xorg-server xrender xt USE_RC_SUBR= slim SUB_FILES= pkg-message |