diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2020-02-11 03:32:43 +0800 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2020-02-11 03:32:43 +0800 |
commit | cd7a5f6447da9c965de1589a5d00068a54db4bfe (patch) | |
tree | de941781ffbe5d53e54b8f21b45238630829badd /x11-servers | |
parent | 30abd850faff3fbbde6a7feded7cd22a00499dae (diff) | |
download | freebsd-ports-gnome-cd7a5f6447da9c965de1589a5d00068a54db4bfe.tar.gz freebsd-ports-gnome-cd7a5f6447da9c965de1589a5d00068a54db4bfe.tar.zst freebsd-ports-gnome-cd7a5f6447da9c965de1589a5d00068a54db4bfe.zip |
graphics/wayland-protocols: Update to 1.18
Update graphics/wayland-protocols to 1.18
Remove the -devel version, it's not needed. Adjust dependencies for this.
PR: 244010
Submitted by: jbeich
Tested by: manu
Diffstat (limited to 'x11-servers')
-rw-r--r-- | x11-servers/xwayland-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-servers/xwayland-devel/Makefile b/x11-servers/xwayland-devel/Makefile index 3181c6e6b767..a5739666db9d 100644 --- a/x11-servers/xwayland-devel/Makefile +++ b/x11-servers/xwayland-devel/Makefile @@ -21,7 +21,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \ ${LOCALBASE}/include/GL/internal/dri_interface.h:graphics/mesa-dri \ - wayland-protocols-devel>=1.18:graphics/wayland-protocols-devel + wayland-protocols>=1.18:graphics/wayland-protocols LIB_DEPENDS= libdrm.so:graphics/libdrm \ libepoxy.so:graphics/libepoxy \ libwayland-client.so:graphics/wayland |