Remove useless dependency on bison
byacc is perfecly able to work for this port
This commit is contained in:
parent
5f759bfbf3
commit
19d1e27e28
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=528151
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ LIB_DEPENDS= libboost_serialization.so:devel/boost-libs \
|
|||
libre2.so:devel/re2 \
|
||||
libsodium.so:security/libsodium
|
||||
|
||||
USES= bison compiler:c++14-lang cpe gmake libedit libtool localbase \
|
||||
USES= bison:alias compiler:c++14-lang cpe gmake libedit libtool localbase \
|
||||
pkgconfig tar:bz2
|
||||
USE_RC_SUBR= dnsdist
|
||||
|
||||
|
|
Loading…
Reference in a new issue