diff options
author | rodent <rodent@pkgsrc.org> | 2013-07-07 18:11:11 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-07-07 18:11:11 +0000 |
commit | 1fe0683417a65069a1d615b12fef656925cea783 (patch) | |
tree | 11106e19982833ca825701b62fd79b48680cb163 /games | |
parent | 5d9422e85688f7db0311ea72bb3bb0bf9d3fcdbc (diff) | |
download | pkgsrc-1fe0683417a65069a1d615b12fef656925cea783.tar.gz |
Require lua>=5.1.5. src/Savegame.cpp requires lua.hpp, which is not
included in lua 5.1.4 (NetBSD 6.1 base's lua).
Diffstat (limited to 'games')
-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 f4c8573e47c..745b5ac9db9 100644 --- a/games/solarus/Makefile +++ b/games/solarus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2013/07/07 17:41:31 rodent Exp $ +# $NetBSD: Makefile,v 1.3 2013/07/07 18:11:11 rodent Exp $ VERSION= 1.0.4 DISTNAME= solarus-${VERSION}-src @@ -16,6 +16,7 @@ USE_CMAKE= yes USE_LANGUAGES= c c++ .include "../../devel/physfs/buildlink3.mk" +BUILDLINK_ABI_DEPENDS.lua+= lua>=5.1.5 .include "../../lang/lua/buildlink3.mk" .include "../../audio/libmodplug/buildlink3.mk" .include "../../multimedia/libogg/buildlink3.mk" |