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
This commit is contained in:
parent
90b0652208
commit
922efee573
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439426
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue