diff options
author | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2018-11-11 15:59:50 +0000 |
---|---|---|
committer | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2018-11-11 15:59:50 +0000 |
commit | 8a11fdff1722364db4ef34f83aacd4834f4213a5 (patch) | |
tree | c2b607da9354173e6ac85ca4d9d87958a4322915 /dns/dnsdist | |
parent | f4330257e9b8515ff01cbce011c78606e209193d (diff) |
Notes
Diffstat (limited to 'dns/dnsdist')
-rw-r--r-- | dns/dnsdist/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dns/dnsdist/Makefile b/dns/dnsdist/Makefile index 430b6b7166ab..958e10fbc930 100644 --- a/dns/dnsdist/Makefile +++ b/dns/dnsdist/Makefile @@ -3,6 +3,7 @@ PORTNAME= dnsdist DISTVERSION= 1.3.3 +PORTREVISION= 1 CATEGORIES= dns net MASTER_SITES= https://downloads.powerdns.com/releases/ \ LOCAL/cpm @@ -51,9 +52,10 @@ FSTRM_CONFIGURE_ENABLE= fstrm GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls GNUTLS_CONFIGURE_ENABLE=gnutls -LUAJIT_LIB_DEPENDS= libluajit-5.1.so.2:lang/luajit +LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit LUAJIT_USES_OFF= lua -LUAJIT_CONFIGURE_WITH= luajit +LUAJIT_CONFIGURE_ON= --with-lua=luajit +LUAJIT_CONFIGURE_OFF= --with-lua=lua-${LUA_VER} OPENSSL_USES= ssl OPENSSL_CONFIGURE_ENABLE=libssl |