diff options
author | joerg <joerg> | 2013-11-13 22:48:10 +0000 |
---|---|---|
committer | joerg <joerg> | 2013-11-13 22:48:10 +0000 |
commit | c3c51839cdf355af70aa70a9a96d91454796f2d8 (patch) | |
tree | 8a87dc0884bcd36282055cabb6c0af42cbb7a1d3 /devel/monotone | |
parent | 841fd2eec27c4df2292f6a860ecd10fe02dd4b03 (diff) | |
download | pkgsrc-c3c51839cdf355af70aa70a9a96d91454796f2d8.tar.gz |
monotone doesn't build against Lua 5.2, so require 5.1.
Diffstat (limited to 'devel/monotone')
-rw-r--r-- | devel/monotone/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/monotone/Makefile b/devel/monotone/Makefile index c80346b88d1..26f9af58ff7 100644 --- a/devel/monotone/Makefile +++ b/devel/monotone/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.85 2013/10/30 06:49:53 dholland Exp $ +# $NetBSD: Makefile,v 1.86 2013/11/13 22:48:10 joerg Exp $ # DISTNAME= monotone-1.0 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://monotone.ca/ COMMENT= Free distributed version control system +LUA_VERSIONS_ACCEPTED= 51 + GCC_REQD+= 3.0 GNU_CONFIGURE= yes INFO_FILES= yes |