diff options
Diffstat (limited to 'x11/mate-desktop/Makefile')
-rw-r--r-- | x11/mate-desktop/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/x11/mate-desktop/Makefile b/x11/mate-desktop/Makefile index 7989f7b0225a..f5660195234b 100644 --- a/x11/mate-desktop/Makefile +++ b/x11/mate-desktop/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mate-desktop -PORTVERSION= 1.6.1 -PORTREVISION= 1 +PORTVERSION= 1.8.1 CATEGORIES= x11 mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -11,21 +10,21 @@ DIST_SUBDIR= mate MAINTAINER= gnome@FreeBSD.org COMMENT= Additional UI API for MATE -BUILD_DEPENDS= gtkdoc-check:${PORTSDIR}/textproc/gtk-doc +BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification PORTSCOUT= limitw:1,even -USES= bison gettext gmake libtool pathfix pkgconfig tar:xz -USE_MATE= docutils +USES= bison gettext gmake libtool pathfix pkgconfig \ + python tar:xz USE_XORG= x11 xrandr -USE_GNOME= gnomehier gdkpixbuf2 glib20 gtk20 intlhack -USE_PYTHON= yes +USE_GNOME= dconf gnomehier gdkpixbuf2 gtk20 intlhack USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gtk=2.0 \ --disable-gtk-doc \ --with-html-dir=${PREFIX}/share/doc \ + --disable-user-guide \ --disable-desktop-docs CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |