diff options
Diffstat (limited to 'x11/cinnamon/Makefile')
-rw-r--r-- | x11/cinnamon/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/cinnamon/Makefile b/x11/cinnamon/Makefile index b2be860803c9..94003443adbf 100644 --- a/x11/cinnamon/Makefile +++ b/x11/cinnamon/Makefile @@ -1,6 +1,6 @@ PORTNAME= cinnamon DISTVERSION= 6.4.10 -PORTREVISION= 1 +PORTREVISION= 4 CATEGORIES= x11 gnome DIST_SUBDIR= gnome @@ -32,7 +32,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py-dbus@${PY_FLAVOR} \ cinnamon-settings-daemon>0:sysutils/cinnamon-settings-daemon \ nemo:x11-fm/nemo \ ${PY_PILLOW} \ - ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lxml5>0:devel/py-lxml5@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyinotify>0:devel/py-pyinotify@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pexpect>0:misc/py-pexpect@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-xapp>0:x11/py-python-xapp@${PY_FLAVOR} \ @@ -93,6 +93,7 @@ DOCS_MESON_TRUE= docs WAYLAND_MESON_TRUE= wayland RECORDER_MESON_TRUE= build_recorder RECORDER_USES= gstreamer +RECORDER_USE= GSTREAMER=vpx NLS_RUN_DEPENDS= cinnamon-translations>0:misc/cinnamon-translations |