aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2022-10-15 21:31:27 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2022-10-15 21:31:33 +0000
commit57f8e1b95085f7a3cff2dc174e87425d1e383bad (patch)
treec571326c3a64c7e95bc4425bc31e6152732122f4
parentc519e8d8982d5a628411a8543fa533d0bb4fd302 (diff)
dns/powerdns-recursor: Use USES=luajit (defaults to luajit-devel)
-rw-r--r--dns/powerdns-recursor/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/dns/powerdns-recursor/Makefile b/dns/powerdns-recursor/Makefile
index 43b8458bd98a..21fcd3084b0e 100644
--- a/dns/powerdns-recursor/Makefile
+++ b/dns/powerdns-recursor/Makefile
@@ -1,5 +1,6 @@
PORTNAME= recursor
DISTVERSION= 4.7.3
+PORTREVISION= 1
CATEGORIES= dns
MASTER_SITES= http://downloads.powerdns.com/releases/
PKGNAMEPREFIX= powerdns-
@@ -41,20 +42,16 @@ GROUPS= pdns
OPTIONS_DEFINE= DNSTAP
OPTIONS_DEFAULT= LUA
OPTIONS_SINGLE= EXTLUA
-OPTIONS_SINGLE_EXTLUA= LUA LUAJIT LUAJITOR
+OPTIONS_SINGLE_EXTLUA= LUA LUAJIT
DNSTAP_DESC= dnstap support (see dnstap.info)
-LUAJITOR_DESC= Use lang/luajit-openresty
-LUAJIT_DESC= Use lang/luajit
+LUAJIT_DESC= Use luajit
LUA_DESC= Use lang/lua
DNSTAP_LIB_DEPENDS= libfstrm.so:devel/fstrm
DNSTAP_CONFIGURE_ENABLE= dnstap
-LUAJITOR_LIB_DEPENDS= libluajit-5.1.so.2:lang/luajit-openresty
-LUAJITOR_CONFIGURE_ON= --with-lua=luajit
-
-LUAJIT_LIB_DEPENDS= libluajit-5.1.so.2:lang/luajit
+LUAJIT_USES= luajit
LUAJIT_CONFIGURE_ON= --with-lua=luajit
LUA_USES= lua