aboutsummaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2020-03-10 14:24:19 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2020-03-10 14:24:19 +0000
commitfa3eca03f596b67f9a3940dc81fd6461c111b96f (patch)
tree37a166fbc6dc86dca8a93d42261d045958e1aeb9 /cad
parent0885cb0d91ad788a3ab597522707677b472725e1 (diff)
downloadports-fa3eca03f596b67f9a3940dc81fd6461c111b96f.tar.gz
ports-fa3eca03f596b67f9a3940dc81fd6461c111b96f.zip
Use byacc instead of bison (via the new bison wrapper)
Notes
Notes: svn path=/head/; revision=528176
Diffstat (limited to 'cad')
-rw-r--r--cad/p5-Verilog-Perl/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/cad/p5-Verilog-Perl/Makefile b/cad/p5-Verilog-Perl/Makefile
index 7e14e963c750..2c811590778d 100644
--- a/cad/p5-Verilog-Perl/Makefile
+++ b/cad/p5-Verilog-Perl/Makefile
@@ -14,9 +14,7 @@ LICENSE= ART20 LGPL3
LICENSE_COMB= dual
LICENSE_FILE_ART20= ${WRKSRC}/COPYING
-BUILD_DEPENDS= flex>=2.5.35:textproc/flex
-
-USES= bison gmake perl5
+USES= bison:wrapper gmake perl5
USE_PERL5= configure
CONFIGURE_ENV= CXX=${CXX}\
CPP=${CPP}\