diff options
author | dholland <dholland@pkgsrc.org> | 2013-11-29 23:54:35 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2013-11-29 23:54:35 +0000 |
commit | 2ab43af281379fe50212b67ed9777bcdf31c567c (patch) | |
tree | e032b7ffe0ceee16009284d3f51e5dc62762622b /games/solarus/Makefile | |
parent | f6693561db2c31329352e5ac9a2617a0d00932b0 (diff) | |
download | pkgsrc-2ab43af281379fe50212b67ed9777bcdf31c567c.tar.gz |
request lua51 correctly
Diffstat (limited to 'games/solarus/Makefile')
-rw-r--r-- | games/solarus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/solarus/Makefile b/games/solarus/Makefile index 3ed83592fa1..3c77705272d 100644 --- a/games/solarus/Makefile +++ b/games/solarus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2013/11/02 17:09:26 rodent Exp $ +# $NetBSD: Makefile,v 1.8 2013/11/29 23:54:35 dholland Exp $ VERSION= 1.1.0 DISTNAME= solarus-${VERSION}-src @@ -16,7 +16,7 @@ USE_CMAKE= yes USE_LANGUAGES= c c++ .include "../../devel/physfs/buildlink3.mk" -LUA_VERSION_REQD= 51 +LUA_VERSIONS_ACCEPTED= 51 BUILDLINK_API_DEPENDS.lua51+= lua51>=5.1.5 .include "../../lang/lua/buildlink3.mk" .include "../../audio/libmodplug/buildlink3.mk" |