diff options
-rw-r--r-- | cad/freehdl/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/cad/freehdl/Makefile b/cad/freehdl/Makefile index 1cf70d7b65b7..227699c34645 100644 --- a/cad/freehdl/Makefile +++ b/cad/freehdl/Makefile @@ -59,10 +59,4 @@ plist: build | ${PLIST_REPL} >> ${PLIST} @${RM} -rf ${PLIST_TMP} -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700042 -BROKEN= Does not compile with GCC 4.2 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |