summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorjoerg <joerg>2013-12-08 22:30:17 +0000
committerjoerg <joerg>2013-12-08 22:30:17 +0000
commit4e85f273d46d693080d16c1ab5989d3c44d7a796 (patch)
treef1270b74a1a9aa7ff230bddc0b09876848297a5c /games
parente689879a5cf35196b448e8889b5f9f13dfdaa968 (diff)
downloadpkgsrc-4e85f273d46d693080d16c1ab5989d3c44d7a796.tar.gz
Doesn't support Lua 5.2.
Diffstat (limited to 'games')
-rw-r--r--games/fillets-ng/Makefile4
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"