diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-02-22 12:58:04 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-02-22 12:58:04 +0800 |
commit | 59224627ad6dd4aa7f9cada084d79cc35b9ccca8 (patch) | |
tree | 0be336f807a13306e748166a729da24c4c40e67c /cad/iverilog/Makefile | |
parent | 6540af7e733c22d1dedebea31d4bdba93524472c (diff) | |
download | freebsd-ports-gnome-59224627ad6dd4aa7f9cada084d79cc35b9ccca8.tar.gz freebsd-ports-gnome-59224627ad6dd4aa7f9cada084d79cc35b9ccca8.tar.zst freebsd-ports-gnome-59224627ad6dd4aa7f9cada084d79cc35b9ccca8.zip |
forgot bison dependence
Diffstat (limited to 'cad/iverilog/Makefile')
-rw-r--r-- | cad/iverilog/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cad/iverilog/Makefile b/cad/iverilog/Makefile index a85697016343..12a0d4793aca 100644 --- a/cad/iverilog/Makefile +++ b/cad/iverilog/Makefile @@ -16,6 +16,7 @@ MAINTAINER= ijliao@FreeBSD.org GNU_CONFIGURE= yes +USE_BISON= yes USE_GMAKE= yes MAN1= iverilog.1 |