diff options
author | Koop Mast <kwm@FreeBSD.org> | 2015-07-27 20:19:33 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2015-07-27 20:19:33 +0000 |
commit | b18513c396f0da554f784695a222d8383acd7127 (patch) | |
tree | 0d276f72ec80621ae31f35239a1c27ae16c21bba /sysutils/mate-control-center/Makefile | |
parent | d6c984cb28fe817c6db7ba577f9eb98928bacd1e (diff) |
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.
Notes
Notes:
svn path=/head/; revision=393031
Diffstat (limited to 'sysutils/mate-control-center/Makefile')
-rw-r--r-- | sysutils/mate-control-center/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/mate-control-center/Makefile b/sysutils/mate-control-center/Makefile index fd734e41f5f4..3b72b6a24988 100644 --- a/sysutils/mate-control-center/Makefile +++ b/sysutils/mate-control-center/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mate-control-center -PORTVERSION= 1.8.3 +PORTVERSION= 1.10.1 CATEGORIES= sysutils mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -28,7 +28,8 @@ USE_GNOME= dconf glib20 gtk20 intlhack libxml2 librsvg2 \ pango USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-appindicator=no +CONFIGURE_ARGS= --enable-appindicator=no \ + --with-gtk=2.0 INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |