diff options
author | obache <obache@pkgsrc.org> | 2013-10-30 10:47:32 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-10-30 10:47:32 +0000 |
commit | b909b2fb821c8b08679ffbfc69d178a68769a246 (patch) | |
tree | c34a76f942498aec07fc60aaa9f90d5e6bf345a0 /games/solarus | |
parent | 287f8925aba44e9583863834d3e16afe2dd45317 (diff) | |
download | pkgsrc-b909b2fb821c8b08679ffbfc69d178a68769a246.tar.gz |
Require lua>=5.1.5, lua51 is acceptable aggain.
Diffstat (limited to 'games/solarus')
-rw-r--r-- | games/solarus/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/solarus/Makefile b/games/solarus/Makefile index ae2bd4cec18..eb86b909c70 100644 --- a/games/solarus/Makefile +++ b/games/solarus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2013/10/30 06:49:53 dholland Exp $ +# $NetBSD: Makefile,v 1.6 2013/10/30 10:47:32 obache Exp $ VERSION= 1.0.4 DISTNAME= solarus-${VERSION}-src @@ -17,6 +17,7 @@ USE_CMAKE= yes USE_LANGUAGES= c c++ .include "../../devel/physfs/buildlink3.mk" +BUILDLINK_API_DEPENDS.lua51+= lua51>=5.1.5 .include "../../lang/lua/buildlink3.mk" .include "../../audio/libmodplug/buildlink3.mk" .include "../../multimedia/libogg/buildlink3.mk" |