diff options
Diffstat (limited to 'cad/iverilog')
-rw-r--r-- | cad/iverilog/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/cad/iverilog/Makefile b/cad/iverilog/Makefile index da95c1926c41..e441e1a25f97 100644 --- a/cad/iverilog/Makefile +++ b/cad/iverilog/Makefile @@ -13,13 +13,12 @@ MASTER_SITES= ftp://icarus.com/pub/eda/verilog/v${PORTVERSION}/ DISTNAME= verilog-${PORTVERSION} MAINTAINER= keichii@FreeBSD.org -COMMENT= Icarus Verilog is a Verilog simulation and synthesis tool - -GNU_CONFIGURE= yes +COMMENT= A Verilog simulation and synthesis tool USE_BISON= yes USE_GMAKE= yes +GNU_CONFIGURE= yes -MAN1= iverilog.1 vvp.1 +MAN1= iverilog-vpi.1 iverilog.1 vvp.1 .include <bsd.port.mk> |