diff options
author | Ken Moore <ken@ixsystems.com> | 2016-12-09 15:05:07 -0500 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2016-12-09 15:05:07 -0500 |
commit | a70f1302a97ee0c33e645beca00684a87562cad8 (patch) | |
tree | 06f31e0308e89c2c8b933cc13a3b233beb0daa99 /port-files/FreeBSD | |
parent | Fix up the item visibility within the theme engine selector page on first load. (diff) | |
download | lumina-a70f1302a97ee0c33e645beca00684a87562cad8.tar.gz lumina-a70f1302a97ee0c33e645beca00684a87562cad8.tar.bz2 lumina-a70f1302a97ee0c33e645beca00684a87562cad8.zip |
Add the new xinput dependency into the port for FreeBSD.
Diffstat (limited to 'port-files/FreeBSD')
-rw-r--r-- | port-files/FreeBSD/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/port-files/FreeBSD/Makefile b/port-files/FreeBSD/Makefile index 9b86ada1..20b1ab1d 100644 --- a/port-files/FreeBSD/Makefile +++ b/port-files/FreeBSD/Makefile @@ -17,7 +17,8 @@ RUN_DEPENDS= fluxbox>=0:x11-wm/fluxbox \ xbrightness:x11/xbrightness \ compton:x11-wm/compton \ xrandr:x11/xrandr \ - numlockx:x11/numlockx + numlockx:x11/numlockx \ + xinput:x11/xinput LIB_DEPENDS+= libxcb-ewmh.so:x11/xcb-util-wm \ libxcb-icccm.so:x11/xcb-util-wm \ libxcb-image.so:x11/xcb-util-image \ |