diff options
Diffstat (limited to 'games/gnome-nibbles/Makefile')
-rw-r--r-- | games/gnome-nibbles/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/gnome-nibbles/Makefile b/games/gnome-nibbles/Makefile index 704d3ebad..f865ed2aa 100644 --- a/games/gnome-nibbles/Makefile +++ b/games/gnome-nibbles/Makefile @@ -1,8 +1,9 @@ +# Created by: FreeBSD GNOME Team <gnome@freebsd.org> # $FreeBSD$ # $MCom$ PORTNAME= gnome-nibbles -PORTVERSION= 3.8.0 +PORTVERSION= 3.12.1 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -15,11 +16,10 @@ BUILD_DEPENDS= vala:${PORTSDIR}/lang/vala \ LIB_DEPENDS= libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3 \ libclutter-gtk-1.0.so:${PORTSDIR}/graphics/clutter-gtk3 -USE_XZ= yes -USES= gettext gmake pathfix pkgconfig +USES= gettext gmake pathfix pkgconfig tar:xz +USE_GNOME= gtk30 intlhack librsvg2 libxml2:build INSTALLS_ICONS= yes USE_GL= gl -USE_GNOME= gtk30 intlhack librsvg2 libxml2:build GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=${PREFIX}/share CPPFLAGS+= -I${LOCALBASE}/include |