diff --git a/graphics/wayland/Makefile b/graphics/wayland/Makefile index 341d12a4ebb1..48eb4fcfb3c7 100644 --- a/graphics/wayland/Makefile +++ b/graphics/wayland/Makefile @@ -1,23 +1,23 @@ # Created by: kwm@FreeBSD.org PORTNAME= wayland DISTVERSION= 1.20.0 CATEGORIES= graphics wayland MASTER_SITES= https://wayland.freedesktop.org/releases/ MAINTAINER= x11@FreeBSD.org -COMMENT= Wayland composite "server" +COMMENT= Core Wayland window system code and protocol LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libexpat.so:textproc/expat2 \ libffi.so:devel/libffi \ libepoll-shim.so:devel/libepoll-shim USES= cpe gnome meson pkgconfig tar:xz USE_GNOME= libxslt:build USE_LDCONFIG= yes MESON_ARGS= -Ddocumentation=false .include diff --git a/graphics/wayland/pkg-descr b/graphics/wayland/pkg-descr index e677f460f4c8..8ffce10e3ee8 100644 --- a/graphics/wayland/pkg-descr +++ b/graphics/wayland/pkg-descr @@ -1,13 +1,8 @@ -Wayland is intended as a simpler replacement for X, easier to develop and -maintain. GNOME and KDE are expected to be ported to it. - Wayland is a protocol for a compositor to talk to its clients as well as a C library implementation of that protocol. The compositor can be a standalone display server running on Linux kernel modesetting and evdev input devices, an X application, or a wayland client itself. The clients can be traditional applications, X servers (rootless or fullscreen) or other display servers. -Please report bugs to the FreeBSD bugtracker! - WWW: https://wayland.freedesktop.org/