diff options
Diffstat (limited to 'cad/gtkwave3/Makefile')
-rw-r--r-- | cad/gtkwave3/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/cad/gtkwave3/Makefile b/cad/gtkwave3/Makefile index 579ca209ed9a..d5feab601c23 100644 --- a/cad/gtkwave3/Makefile +++ b/cad/gtkwave3/Makefile @@ -27,10 +27,4 @@ MAN1= ghwdump.1 gtkwave.1 lxt2miner.1 lxt2vcd.1 mvl2lxt.1 \ vzt2vcd.1 vztminer.1 MAN5= gtkwaverc.5 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 600000 -BROKEN= Does not compile on 5.x -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |