summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
Diffstat (limited to 'cad')
-rw-r--r--cad/iverilog/Makefile10
-rw-r--r--cad/kicad-devel/Makefile6
2 files changed, 3 insertions, 13 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>
diff --git a/cad/kicad-devel/Makefile b/cad/kicad-devel/Makefile
index 11ac218081c2..4bdbb1a746a8 100644
--- a/cad/kicad-devel/Makefile
+++ b/cad/kicad-devel/Makefile
@@ -184,10 +184,8 @@ PLIST_SHAREDDIR_LIST= share/mimelnk/application \
.include <bsd.port.pre.mk>
-.if ${OPSYS} == FreeBSD
-.if ${OSVERSION} < 1000000 || ${CHOSEN_COMPILER_TYPE} == gcc
- IGNORE= builds only on greater than 10 and with clang
-.endif
+.if ${OPSYS} == FreeBSD && ${CHOSEN_COMPILER_TYPE} == gcc
+IGNORE= builds only with clang
.endif
.include <bsd.port.post.mk>