diff options
author | Koop Mast <kwm@FreeBSD.org> | 2015-08-05 19:13:24 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2015-08-05 19:13:24 +0000 |
commit | d129587b5d568b0ff5300386f1e1b706c349f38e (patch) | |
tree | e398c7b6ea5203fd3953999e6dd9d6c83c9ec931 /games/gnome-nibbles/Makefile | |
parent | c13de12f75988e599e389d9c77ed92db8d927185 (diff) | |
download | ports-d129587b5d568b0ff5300386f1e1b706c349f38e.tar.gz ports-d129587b5d568b0ff5300386f1e1b706c349f38e.zip |
Notes
Diffstat (limited to 'games/gnome-nibbles/Makefile')
-rw-r--r-- | games/gnome-nibbles/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/gnome-nibbles/Makefile b/games/gnome-nibbles/Makefile index c5bd39d73658..6c29e6261a66 100644 --- a/games/gnome-nibbles/Makefile +++ b/games/gnome-nibbles/Makefile @@ -1,9 +1,8 @@ # Created by: FreeBSD GNOME Team <gnome@freebsd.org> # $FreeBSD$ -# $MCom: ports/trunk/games/gnome-nibbles/Makefile 19989 2014-10-18 09:53:56Z gusi $ PORTNAME= gnome-nibbles -PORTVERSION= 3.14.1 +PORTVERSION= 3.16.1 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -16,6 +15,8 @@ BUILD_DEPENDS= vala:${PORTSDIR}/lang/vala \ LIB_DEPENDS= libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3 \ 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 |