aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authorler <ler@FreeBSD.org>2017-04-26 09:30:01 +0800
committerler <ler@FreeBSD.org>2017-04-26 09:30:01 +0800
commit0232c2f0c7e30a37e1767a81433925af3748ca81 (patch)
tree965fdb022b0ce3befa02fd1b13d9d60d3afe264b /dns
parentafb17df85ce5a98b44ecbb7771c18774c55caa13 (diff)
downloadfreebsd-ports-gnome-0232c2f0c7e30a37e1767a81433925af3748ca81.tar.gz
freebsd-ports-gnome-0232c2f0c7e30a37e1767a81433925af3748ca81.tar.zst
freebsd-ports-gnome-0232c2f0c7e30a37e1767a81433925af3748ca81.zip
dns/opendnssec13: Pull in textproc/gnugrep for a proper grep(1) with GNU extensions
PR: 218616 Submitted by: Kyle Evans <bsdports@kyle-evans.net> Approved by: <jaap@NLnetLabs.nl> (maintainer), adamw (mentor) Differential Revision: https://reviews.freebsd.org/D10503
Diffstat (limited to 'dns')
-rw-r--r--dns/opendnssec13/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/dns/opendnssec13/Makefile b/dns/opendnssec13/Makefile
index a09488ff28b1..148fc06ff9ce 100644
--- a/dns/opendnssec13/Makefile
+++ b/dns/opendnssec13/Makefile
@@ -41,8 +41,10 @@ OPTIONS_DEFAULT= AUDITOR
OPTIONS_SUB= yes
AUDITOR_BUILD_DEPENDS= rubygem-soap4r>=0:devel/rubygem-soap4r \
- rubygem-dnsruby>=1.53:dns/rubygem-dnsruby
+ rubygem-dnsruby>=1.53:dns/rubygem-dnsruby \
+ ${LOCALBASE}/bin/grep:textproc/gnugrep
AUDITOR_CONFIGURE_ENABLE= auditor
+AUDITOR_CONFIGURE_ENV= ac_cv_path_GREP=${LOCALBASE}/bin/grep
AUDITOR_USE= RUBY=yes
MYSQL_BUILD_DEPENDS_OFF=sqlite3>=3.3.9:databases/sqlite3
MYSQL_CONFIGURE_OFF= --with-sqlite3=${LOCALBASE} --with-database-backend=sqlite3