diff options
Diffstat (limited to 'cad/iverilog/Makefile')
-rw-r--r-- | cad/iverilog/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/iverilog/Makefile b/cad/iverilog/Makefile index 22514fc803ab..c3a652664ab0 100644 --- a/cad/iverilog/Makefile +++ b/cad/iverilog/Makefile @@ -20,7 +20,7 @@ MAKE_JOBS_UNSAFE= yes .include <bsd.port.options.mk> .if ${OSVERSION} < 1000033 -BUILD_DEPENDS+= flex>=0:${PORTSDIR}/textproc/flex +BUILD_DEPENDS+= flex>=0:textproc/flex CONFIGURE_ENV+= ac_cv_prog_LEX="${LOCALBASE}/bin/flex" .endif |