diff options
Diffstat (limited to 'games/hitori/Makefile')
-rw-r--r-- | games/hitori/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/hitori/Makefile b/games/hitori/Makefile index fcd526bcde6e..dcd643d137b3 100644 --- a/games/hitori/Makefile +++ b/games/hitori/Makefile @@ -1,10 +1,8 @@ # Created by: FreeBSD GNOME Team <gnome@freebsd.org> # $FreeBSD$ -# $MCom: ports/trunk/games/hitori/Makefile 20028 2014-10-28 13:52:15Z gusi $ PORTNAME= hitori -PORTVERSION= 3.14.3 -PORTREVISION= 1 +PORTVERSION= 3.16.1 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -14,6 +12,8 @@ COMMENT= Hitori BUILD_DEPENDS= 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 |