diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2007-10-14 15:55:23 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2007-10-14 15:55:23 +0000 |
commit | ba29c1532cd0a02947ad49e59bd552c1d1a2a55c (patch) | |
tree | a4a8b84db37693daaaf520ea2b8b1a01c2ba1bc3 | |
parent | 771f004a72d4728129f8e99138192fdba8058e3c (diff) | |
download | ports-ba29c1532cd0a02947ad49e59bd552c1d1a2a55c.tar.gz ports-ba29c1532cd0a02947ad49e59bd552c1d1a2a55c.zip |
Notes
-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> |