diff options
author | kwm <kwm@FreeBSD.org> | 2017-07-04 19:44:30 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2017-07-04 19:44:30 +0800 |
commit | ca99dd95b5868290a96ee47c11645acb4519973c (patch) | |
tree | 37169f4d6a1ec15a3f96493c65cb713e58dc7aee /x11/mate/Makefile | |
parent | 95c3685fc31f698ba52199a0616cd708f1d9bd15 (diff) | |
download | freebsd-ports-gnome-ca99dd95b5868290a96ee47c11645acb4519973c.tar.gz freebsd-ports-gnome-ca99dd95b5868290a96ee47c11645acb4519973c.tar.zst freebsd-ports-gnome-ca99dd95b5868290a96ee47c11645acb4519973c.zip |
Update the mate desktop to 1.18.
* The MATE DE is now GTK+3 based
* mate-calc has come back.
* New USE_MATE=mixer macro
* Add license
* Review dependancies
* Swich to USES=localbase
* atril/eom options reworked into option helper
Thanks to Eric Turgeon for submitting the bulk of this MATE update.
Obtained from: gnome devel repo
Diffstat (limited to 'x11/mate/Makefile')
-rw-r--r-- | x11/mate/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/mate/Makefile b/x11/mate/Makefile index 8921e0e9f61f..449d8932ca0e 100644 --- a/x11/mate/Makefile +++ b/x11/mate/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mate -PORTVERSION= 1.12.0 +PORTVERSION= 1.18.0 CATEGORIES= x11 mate MAINTAINER= gnome@FreeBSD.org @@ -15,7 +15,7 @@ RUN_DEPENDS= mate-base>=1.8.0:x11/mate-base \ mate-icon-theme-faenza>=1.8.0:x11-themes/mate-icon-theme-faenza \ mate-terminal:x11/mate-terminal \ mate-screensaver:x11/mate-screensaver \ - galculator:math/galculator \ + mate-calc:math/mate-calc \ mate-screenshot:deskutils/mate-utils \ mate-system-monitor:sysutils/mate-system-monitor \ eom:graphics/eom \ |