diff options
Diffstat (limited to 'x11/mate-panel/Makefile')
-rw-r--r-- | x11/mate-panel/Makefile | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/x11/mate-panel/Makefile b/x11/mate-panel/Makefile index 0092fed196e6..b2c9ad2278f3 100644 --- a/x11/mate-panel/Makefile +++ b/x11/mate-panel/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= mate-panel -PORTVERSION= 1.6.1 -PORTREVISION= 2 +PORTVERSION= 1.8.0 +PORTREVISION= 1 CATEGORIES= x11 mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -11,19 +11,17 @@ DIST_SUBDIR= mate MAINTAINER= gnome@FreeBSD.org COMMENT= Panel component for the MATE Desktop -BUILD_DEPENDS= gtkdoc-check:${PORTSDIR}/textproc/gtk-doc +BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra PORTSCOUT= limitw:1,even -USES= gettext gmake libtool pathfix pkgconfig tar:xz -USE_MATE= desktop docutils libmateweather libmatewnck menus +USES= gettext gmake libtool pathfix pkgconfig python tar:xz +USE_MATE= desktop libmateweather menus USE_XORG= ice sm x11 xau xrandr USE_GNOME= cairo dconf gdkpixbuf2 glib20 gnomehier gtk20 \ - intlhack introspection:build librsvg2 pango -USE_PYTHON= yes -INSTALLS_OMF= yes + intlhack introspection:build librsvg2 pango libwnck USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-network-manager \ @@ -41,6 +39,7 @@ GLIB_SCHEMAS= org.mate.panel.applet.clock.gschema.xml \ org.mate.panel.applet.workspace-switcher.gschema.xml \ org.mate.panel.enums.xml \ org.mate.panel.gschema.xml \ + org.mate.panel.menubar.gschema.xml \ org.mate.panel.object.gschema.xml \ org.mate.panel.toplevel.gschema.xml |