diff options
Diffstat (limited to 'games/four-in-a-row/Makefile')
-rw-r--r-- | games/four-in-a-row/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/four-in-a-row/Makefile b/games/four-in-a-row/Makefile index a2cf34de8..add148b15 100644 --- a/games/four-in-a-row/Makefile +++ b/games/four-in-a-row/Makefile @@ -1,8 +1,9 @@ +# Created by: FreeBSD GNOME Team <gnome@freebsd.org> # $FreeBSD$ # $MCom$ PORTNAME= four-in-a-row -PORTVERSION= 3.10.1 +PORTVERSION= 3.12.1 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -13,8 +14,7 @@ COMMENT= Make lines of the same color BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool LIB_DEPENDS= libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3 -USE_XZ= yes -USES= gettext gmake pathfix pkgconfig +USES= gettext gmake pathfix pkgconfig tar:xz INSTALLS_ICONS= yes USE_GNOME= gtk30 intlhack librsvg2 libxml2:build GNU_CONFIGURE= yes |