diff options
author | leot <leot@pkgsrc.org> | 2020-08-18 17:57:24 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2020-08-18 17:57:24 +0000 |
commit | f541e11970c0928c97f9e5119cc927afa0f8910a (patch) | |
tree | 0ed41dd52d88e99122ea10fd02e260e1fcc50746 /games/love09 | |
parent | 6851ffc9c3f0810a2549284162592b280f5e8673 (diff) | |
download | pkgsrc-f541e11970c0928c97f9e5119cc927afa0f8910a.tar.gz |
*: revbump for libsndfile
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 a51360da80a..3817ea7bcac 100644 --- a/games/love09/Makefile +++ b/games/love09/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2020/07/02 10:16:02 nia Exp $ +# $NetBSD: Makefile,v 1.7 2020/08/18 17:57:55 leot Exp $ DISTNAME= love-0.9.2-linux-src PKGNAME= ${DISTNAME:S/-linux-src//:S/love/love09/} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= games lua MASTER_SITES= https://bitbucket.org/rude/love/downloads/ |