diff options
author | Eric Turgeon <ericbsd@FreeBSD.org> | 2019-05-11 17:33:51 +0000 |
---|---|---|
committer | Eric Turgeon <ericbsd@FreeBSD.org> | 2019-05-11 17:33:51 +0000 |
commit | 999738615f859d14a85ca2a8d1a52144119b490e (patch) | |
tree | ae7301f5a956346b9de11721a1bb0d3800898e70 /x11/mate-panel/Makefile | |
parent | c2ec7815776d6d072f999543fbd9fdeba112b78b (diff) |
Notes
Diffstat (limited to 'x11/mate-panel/Makefile')
-rw-r--r-- | x11/mate-panel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/mate-panel/Makefile b/x11/mate-panel/Makefile index 929ee89ba292..5edb2e01b86c 100644 --- a/x11/mate-panel/Makefile +++ b/x11/mate-panel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mate-panel -PORTVERSION= 1.20.3 +PORTVERSION= 1.22.1 CATEGORIES= x11 mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -36,6 +36,7 @@ INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.mate.panel.applet.clock.gschema.xml \ org.mate.panel.applet.fish.gschema.xml \ + org.mate.panel.applet.notification-area.gschema.xml \ org.mate.panel.applet.window-list.gschema.xml \ org.mate.panel.applet.workspace-switcher.gschema.xml \ org.mate.panel.enums.xml \ |