diff options
author | joerg <joerg@pkgsrc.org> | 2013-12-08 22:30:17 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-12-08 22:30:17 +0000 |
commit | 1deb69470ae9710b172be97c58d5d127d89b89f6 (patch) | |
tree | f1270b74a1a9aa7ff230bddc0b09876848297a5c /games | |
parent | 8ba054e568d09f822cd32d2f8f9d541d508b2ad1 (diff) | |
download | pkgsrc-1deb69470ae9710b172be97c58d5d127d89b89f6.tar.gz |
Doesn't support Lua 5.2.
Diffstat (limited to 'games')
-rw-r--r-- | games/fillets-ng/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/fillets-ng/Makefile b/games/fillets-ng/Makefile index b9c4cce375a..a9cc08666c8 100644 --- a/games/fillets-ng/Makefile +++ b/games/fillets-ng/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2013/10/30 06:49:53 dholland Exp $ +# $NetBSD: Makefile,v 1.31 2013/12/08 22:30:17 joerg Exp $ # DISTNAME= fillets-ng-0.7.3 @@ -23,6 +23,8 @@ SUBST_FILES.man= fillets.6 SUBST_MESSAGE.man= Fixing documentation path in the manual page. SUBST_SED.man= "s,/usr/share/doc/fillets-ng/html/manual.html,${PREFIX}/share/doc/html/fillets-ng/manual.html," +LUA_VERSIONS_ACCEPTED= 51 + .include "../../audio/SDL_mixer/buildlink3.mk" .include "../../devel/SDL/buildlink3.mk" .include "../../devel/SDL_ttf/buildlink3.mk" |