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