diff options
author | kwm <kwm@FreeBSD.org> | 2015-10-13 19:31:40 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2015-10-13 19:31:40 +0800 |
commit | 41c38cee07f837394e908bfb453dd40bdec03872 (patch) | |
tree | d956434a478852746432b48fd26898a8a2d06bde | |
parent | 2e98b1ad73f4684bad32320246e6294b09b21367 (diff) | |
download | freebsd-ports-gnome-41c38cee07f837394e908bfb453dd40bdec03872.tar.gz freebsd-ports-gnome-41c38cee07f837394e908bfb453dd40bdec03872.tar.zst freebsd-ports-gnome-41c38cee07f837394e908bfb453dd40bdec03872.zip |
Add missing dependancies so xephyr can be build again. [1]
Reported by: Piotr Kubaj <pkubaj@riseup.net>
-rw-r--r-- | x11-servers/xephyr/Makefile | 5 | ||||
-rw-r--r-- | x11-servers/xorg-server/Makefile | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/x11-servers/xephyr/Makefile b/x11-servers/xephyr/Makefile index 9e0457606561..7f7fb77ec1ec 100644 --- a/x11-servers/xephyr/Makefile +++ b/x11-servers/xephyr/Makefile @@ -4,6 +4,11 @@ PORTNAME= xephyr COMMENT= X server from X.Org based on kdrive +LIB_DEPENDS+= libxcb-image.so:${PORTSDIR}/x11/xcb-util-image \ + libxcb-icccm.so:${PORTSDIR}/x11/xcb-util-wm \ + libxcb-keysyms.so:${PORTSDIR}/x11/xcb-util-keysyms \ + libxcb-render-util.so:${PORTSDIR}/x11/xcb-util-renderutil + MASTERDIR= ${.CURDIR}/../xorg-server DESCR= ${.CURDIR}/pkg-descr USE_XORG= x11 xf86driproto glproto randrproto renderproto fixesproto \ diff --git a/x11-servers/xorg-server/Makefile b/x11-servers/xorg-server/Makefile index 4618b5c9859d..f3030a283911 100644 --- a/x11-servers/xorg-server/Makefile +++ b/x11-servers/xorg-server/Makefile @@ -14,9 +14,9 @@ COMMENT?= X.Org X server and related programs LICENSE= MIT -LIB_DEPENDS= libdrm.so:${PORTSDIR}/graphics/libdrm \ +LIB_DEPENDS+= libdrm.so:${PORTSDIR}/graphics/libdrm \ libepoxy.so:${PORTSDIR}/graphics/libepoxy -RUN_DEPENDS= xkeyboard-config>=2.5:${PORTSDIR}/x11/xkeyboard-config \ +RUN_DEPENDS+= xkeyboard-config>=2.5:${PORTSDIR}/x11/xkeyboard-config \ xkbcomp:${PORTSDIR}/x11/xkbcomp XORG_CAT= xserver |