diff options
author | kwm <kwm@FreeBSD.org> | 2016-02-14 18:57:53 +0000 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2016-02-14 18:57:53 +0000 |
commit | 63078f10072b825d862497d7bd7fdea47805d7d8 (patch) | |
tree | cb5a8a1108829deee66dbb334ff2a733162448c6 /games/five-or-more/Makefile | |
parent | 81c289a1b3ce7c2ad4eef910a3a3a2e86ac0a472 (diff) | |
download | FreeBSD-ports-63078f10072b825d862497d7bd7fdea47805d7d8.zip FreeBSD-ports-63078f10072b825d862497d7bd7fdea47805d7d8.tar.gz |
The FreeBSD GNOME team proudly presents GNOME 3.18 for FreeBSD.
The offical GNOME 3.18 release notes can be found at
https://help.gnome.org/misc/release-notes/3.18/
This update doesn't contain the glib/gtk c++ bindings which will
be done in a another update due to the requirement on c++11 and the
amount of fallout this probably will give.
GDM is still at version 3.16 due to some issues.
Bump mate-themes to use the gtk 3.18 version of the themes.
Thanks to Antoine Brodin for running the exp-runs.
This release was made possible by the following people:
Gustau Perez
Ting-Wei_Lan
PR: 207006
Diffstat (limited to 'games/five-or-more/Makefile')
-rw-r--r-- | games/five-or-more/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/five-or-more/Makefile b/games/five-or-more/Makefile index 4c03412..985cccb 100644 --- a/games/five-or-more/Makefile +++ b/games/five-or-more/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= five-or-more -PORTVERSION= 3.16.1 +PORTVERSION= 3.18.0 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -14,7 +14,7 @@ BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool PORTSCOUT= limitw:1,even -USES= gettext gmake pathfix pkgconfig tar:xz +USES= gettext gmake gnome pathfix pkgconfig tar:xz USE_GNOME= gtk30 intlhack librsvg2 GNU_CONFIGURE= yes INSTALLS_ICONS= yes |