diff options
author | kwm <kwm@FreeBSD.org> | 2015-07-28 04:19:33 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2015-07-28 04:19:33 +0800 |
commit | f3a030abc46a4b0256ee69dd4918b96f535a295d (patch) | |
tree | 0d276f72ec80621ae31f35239a1c27ae16c21bba /x11/mate-base/Makefile | |
parent | c0e75495d2db694b13f48fd2ce73094f2affcc17 (diff) | |
download | freebsd-ports-gnome-f3a030abc46a4b0256ee69dd4918b96f535a295d.tar.gz freebsd-ports-gnome-f3a030abc46a4b0256ee69dd4918b96f535a295d.tar.zst freebsd-ports-gnome-f3a030abc46a4b0256ee69dd4918b96f535a295d.zip |
Update MATE DE to 1.10.0.
This MATE is still build agains GTK+2.
Sort USES here and there.
Replace mate-dialogs with zenity and mate-calc with galculator.
This update fixes the following PR's:
PR: 193942, 191885
Submitted by: Gustau Perez <gustau.perez@gmail.com> via Gnome devel repo
Obtained from: gnome devel repo.
Diffstat (limited to 'x11/mate-base/Makefile')
-rw-r--r-- | x11/mate-base/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/mate-base/Makefile b/x11/mate-base/Makefile index 4ef0b114c956..3544be947b9f 100644 --- a/x11/mate-base/Makefile +++ b/x11/mate-base/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mate-base -PORTVERSION= 1.8.1 +PORTVERSION= 1.10.0 CATEGORIES= x11 mate MAINTAINER= gnome@FreeBSD.org @@ -17,7 +17,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/fonts/dejavu/DejaVuSerif.ttf:${PORTSDIR}/x11-fon mate-themes>=1.8.0:${PORTSDIR}/x11-themes/mate-themes \ mate-icon-theme-faenza>=1.8.0:${PORTSDIR}/x11-themes/mate-icon-theme-faenza -USE_MATE= caja:run controlcenter:run dialogs:run icontheme:run \ +USE_MATE= caja:run controlcenter:run icontheme:run \ marco:run notificationdaemon:run panel:run \ polkit:run |