diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2018-12-19 09:09:11 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2018-12-19 09:09:11 +0000 |
commit | 248c6b5c09f123b4b2cbda5d5a71292f914516d0 (patch) | |
tree | 573e75ef1898d818b9f9ec7c562fec3bc1120a64 /net/freerdp | |
parent | 81f404a02706a759b935d2bcadb05e3f6caae3f0 (diff) | |
download | ports-248c6b5c09f123b4b2cbda5d5a71292f914516d0.tar.gz ports-248c6b5c09f123b4b2cbda5d5a71292f914516d0.zip |
Notes
Diffstat (limited to 'net/freerdp')
-rw-r--r-- | net/freerdp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/freerdp/Makefile b/net/freerdp/Makefile index 8817cd981c25..ba4ec52a415f 100644 --- a/net/freerdp/Makefile +++ b/net/freerdp/Makefile @@ -3,7 +3,7 @@ PORTNAME= freerdp DISTVERSION= 2.0.0-rc3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net comms ipv6 PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ @@ -75,7 +75,7 @@ PULSEAUDIO_CMAKE_BOOL= WITH_PULSE SSE_CMAKE_BOOL= WITH_SSE2 WAYLAND_DESC= Build FreeRDP Wayland client -WAYLAND_BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:multimedia/v4l_compat +WAYLAND_BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto WAYLAND_LIB_DEPENDS= libwayland-client.so:graphics/wayland \ libwayland-cursor.so:graphics/wayland \ libxkbcommon.so:x11/libxkbcommon |