diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2020-02-24 11:36:15 +0000 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2020-02-24 11:36:15 +0000 |
commit | 74174b26616baa21c285c0515b591e7d738c5c0f (patch) | |
tree | 1c10419849a595f8ebfa59836f2e676bb7ec3469 /x11/cinnamon | |
parent | 45b08b671d6459dc7e71950a89cac654920ec089 (diff) |
Notes
Diffstat (limited to 'x11/cinnamon')
-rw-r--r-- | x11/cinnamon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/cinnamon/Makefile b/x11/cinnamon/Makefile index 0116f1c57e6b..a29820bb1eb9 100644 --- a/x11/cinnamon/Makefile +++ b/x11/cinnamon/Makefile @@ -3,7 +3,7 @@ PORTNAME= cinnamon PORTVERSION= 2.4.6 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= x11 gnome DIST_SUBDIR= gnome3 @@ -43,7 +43,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0:devel/py-dbus@${PY_FLAVOR} \ cinnamon-translations>=0:misc/cinnamon-translations \ cinnamon-screensaver:x11/cinnamon-screensaver \ nemo:x11-fm/nemo \ - ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pillow6>=0:graphics/py-pillow6@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} USES= autoreconf compiler:c11 gettext gmake gnome gl libtool \ |