diff options
Diffstat (limited to 'games/lightsoff/Makefile')
-rw-r--r-- | games/lightsoff/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/lightsoff/Makefile b/games/lightsoff/Makefile index 373e2b1bdf3d..2f81d01157c4 100644 --- a/games/lightsoff/Makefile +++ b/games/lightsoff/Makefile @@ -1,9 +1,8 @@ # Created by: FreeBSD GNOME Team <gnome@freebsd.org> # $FreeBSD$ -# $MCom: ports/trunk/games/lightsoff/Makefile 19989 2014-10-18 09:53:56Z gusi $ PORTNAME= lightsoff -PORTVERSION= 3.14.1 +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 librsvg2 libxml2:build INSTALLS_ICONS= yes |