summaryrefslogtreecommitdiff
path: root/net/powerdns-recursor
diff options
context:
space:
mode:
authoralnsn <alnsn@pkgsrc.org>2014-05-03 13:01:24 +0000
committeralnsn <alnsn@pkgsrc.org>2014-05-03 13:01:24 +0000
commited3adf4991e7fc83fcfb504b3ec7a107733224d2 (patch)
tree598ae5219ae90971f1f238593564c55107920a28 /net/powerdns-recursor
parentda499f3dfeb25e7fe783f8ed7744f37e674f9f78 (diff)
downloadpkgsrc-ed3adf4991e7fc83fcfb504b3ec7a107733224d2.tar.gz
Adapt to Lua multiversion support.
Diffstat (limited to 'net/powerdns-recursor')
-rw-r--r--net/powerdns-recursor/Makefile4
-rw-r--r--net/powerdns-recursor/options.mk4
2 files changed, 5 insertions, 3 deletions
diff --git a/net/powerdns-recursor/Makefile b/net/powerdns-recursor/Makefile
index c74f69f45be..5d293b69a7f 100644
--- a/net/powerdns-recursor/Makefile
+++ b/net/powerdns-recursor/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2013/10/30 06:49:54 dholland Exp $
+# $NetBSD: Makefile,v 1.14 2014/05/03 13:01:24 alnsn Exp $
#
DISTNAME= pdns-recursor-3.3
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= net
MASTER_SITES= http://downloads.powerdns.com/releases/
EXTRACT_SUFX= .tar.bz2
diff --git a/net/powerdns-recursor/options.mk b/net/powerdns-recursor/options.mk
index a90f996763e..a231ba87776 100644
--- a/net/powerdns-recursor/options.mk
+++ b/net/powerdns-recursor/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2012/02/28 10:49:27 roy Exp $
+# $NetBSD: options.mk,v 1.3 2014/05/03 13:01:24 alnsn Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.powerdns-recursor
PKG_SUPPORTED_OPTIONS= lua
@@ -9,7 +9,9 @@ PKG_SUPPORTED_OPTIONS= lua
### Build with Lua scripting support
###
.if !empty(PKG_OPTIONS:Mlua)
+LUA_VERSIONS_INCOMPATIBLE= 52
MAKE_ENV+= LUA=1
MAKE_ENV+= LUA_LIBS_CONFIG=-llua
+MAKE_ENV+= LUA_CPPFLAGS_CONFIG=-I${PREFIX}/${LUA_INCDIR}
.include "../../lang/lua/buildlink3.mk"
.endif