diff options
author | garga <garga@FreeBSD.org> | 2009-05-26 19:54:56 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2009-05-26 19:54:56 +0800 |
commit | 14518a1fd3dcba90036ec843c91e9e77af6891c2 (patch) | |
tree | b3f716558468553bf637cea06dc0cae0806c6d40 | |
parent | 852122d80a7c4bec00449af376cbeaca58ee1953 (diff) | |
download | freebsd-ports-gnome-14518a1fd3dcba90036ec843c91e9e77af6891c2.tar.gz freebsd-ports-gnome-14518a1fd3dcba90036ec843c91e9e77af6891c2.tar.zst freebsd-ports-gnome-14518a1fd3dcba90036ec843c91e9e77af6891c2.zip |
- Add missing dependency (bison)
Reported by: QAT
Pointyhat to: garga
-rw-r--r-- | cad/p5-Verilog-Perl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cad/p5-Verilog-Perl/Makefile b/cad/p5-Verilog-Perl/Makefile index 16867f033ce2..88882d43e51b 100644 --- a/cad/p5-Verilog-Perl/Makefile +++ b/cad/p5-Verilog-Perl/Makefile @@ -16,6 +16,7 @@ COMMENT= Building point for Verilog support in the Perl language USE_GMAKE= yes USE_PERL5= yes +USE_BISON= yes PERL_CONFIGURE= yes |