diff options
Diffstat (limited to 'cad/iverilog/Makefile')
-rw-r--r-- | cad/iverilog/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/cad/iverilog/Makefile b/cad/iverilog/Makefile index 7b7f17f501f0..8658975c275e 100644 --- a/cad/iverilog/Makefile +++ b/cad/iverilog/Makefile @@ -13,17 +13,9 @@ COMMENT= Verilog simulation and synthesis tool LICENSE= GPLv2 GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-suffix USES= bison gmake MAKE_JOBS_UNSAFE= yes -.include <bsd.port.options.mk> - -.if ${OSVERSION} < 1000033 -BUILD_DEPENDS+= flex>=0:textproc/flex -CONFIGURE_ENV+= ac_cv_prog_LEX="${LOCALBASE}/bin/flex" -.endif - -CONFIGURE_ARGS= --disable-suffix - .include <bsd.port.mk> |