diff options
Diffstat (limited to 'games/solarus/Makefile')
-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 07851d00431..b99cba18f94 100644 --- a/games/solarus/Makefile +++ b/games/solarus/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.49 2020/08/18 17:57:58 leot Exp $ +# $NetBSD: Makefile,v 1.50 2020/11/05 09:08:14 ryoon Exp $ VERSION= 1.5.1 DISTNAME= solarus-${VERSION}-src PKGNAME= ${DISTNAME:S/-src//1} -PKGREVISION= 26 +PKGREVISION= 27 CATEGORIES= games MASTER_SITES= http://www.solarus-games.org/downloads/solarus/ |