diff options
author | snj <snj@pkgsrc.org> | 2015-02-09 08:43:13 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2015-02-09 08:43:13 +0000 |
commit | df82caaa7c1b732eb32cec09fe8dc484d440c97b (patch) | |
tree | 2f92435205455978ee877ebcc6b4526a1925baa6 /games | |
parent | da562f4d3d31c42982d5f53cb7b1f7f756a2e054 (diff) | |
download | pkgsrc-df82caaa7c1b732eb32cec09fe8dc484d440c97b.tar.gz |
Recursive bump for SDL2-using packages.
Diffstat (limited to 'games')
-rw-r--r-- | games/solarus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/solarus/Makefile b/games/solarus/Makefile index 7f7e4d94cb3..c78ca63b061 100644 --- a/games/solarus/Makefile +++ b/games/solarus/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2014/10/19 22:27:45 alnsn Exp $ +# $NetBSD: Makefile,v 1.16 2015/02/09 08:43:13 snj Exp $ VERSION= 1.3.1 DISTNAME= solarus-${VERSION}-src PKGNAME= ${DISTNAME:S/-src//1} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= games MASTER_SITES= http://www.solarus-games.org/downloads/solarus/ |