diff options
Diffstat (limited to 'games/gnome-mines/Makefile')
-rw-r--r-- | games/gnome-mines/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/gnome-mines/Makefile b/games/gnome-mines/Makefile index 6fd35aee56ac..40a40f25be59 100644 --- a/games/gnome-mines/Makefile +++ b/games/gnome-mines/Makefile @@ -1,9 +1,8 @@ # Created by: FreeBSD GNOME Team <gnome@freebsd.org> # $FreeBSD$ -# $MCom: ports/trunk/games/gnome-mines/Makefile 19989 2014-10-18 09:53:56Z gusi $ PORTNAME= gnome-mines -PORTVERSION= 3.14.2 +PORTVERSION= 3.16.1 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -14,6 +13,8 @@ COMMENT= Gnome minesweeper BUILD_DEPENDS= vala:${PORTSDIR}/lang/vala \ itstool:${PORTSDIR}/textproc/itstool +PORTSCOUT= limitw:1,even + USES= gettext gmake pathfix pkgconfig tar:xz USE_GNOME= gtk30 intlhack librsvg2 libxml2:build INSTALLS_ICONS= yes |