diff options
Diffstat (limited to 'games/love09')
-rw-r--r-- | games/love09/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/love09/Makefile b/games/love09/Makefile index 9e4aab63acb..c786f47a5e0 100644 --- a/games/love09/Makefile +++ b/games/love09/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2022/08/11 05:08:32 gutteridge Exp $ +# $NetBSD: Makefile,v 1.15 2022/09/11 12:51:44 wiz Exp $ DISTNAME= love-0.9.2-linux-src PKGNAME= ${DISTNAME:S/-linux-src//:S/love/love09/} -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= games lua MASTER_SITES= ${MASTER_SITE_GITHUB:=love2d/} |