diff options
Diffstat (limited to 'games/swell-foop/Makefile')
-rw-r--r-- | games/swell-foop/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/swell-foop/Makefile b/games/swell-foop/Makefile index a9ff737e8201..a8c3ad8abd12 100644 --- a/games/swell-foop/Makefile +++ b/games/swell-foop/Makefile @@ -1,9 +1,8 @@ # Created by: FreeBSD GNOME Team <gnome@freebsd.org> # $FreeBSD$ -# $MCom: ports/trunk/games/swell-foop/Makefile 19989 2014-10-18 09:53:56Z gusi $ PORTNAME= swell-foop -PORTVERSION= 3.14.0 +PORTVERSION= 3.16.1 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -15,6 +14,8 @@ BUILD_DEPENDS= vala:${PORTSDIR}/lang/vala \ itstool:${PORTSDIR}/textproc/itstool LIB_DEPENDS= libclutter-gtk-1.0.so:${PORTSDIR}/graphics/clutter-gtk3 +PORTSCOUT= limitw:1,even + USES= gettext gmake pathfix pkgconfig tar:xz USE_GNOME= gtk30 intlhack libxml2:build INSTALLS_ICONS= yes |