diff options
-rw-r--r-- | science/pcp/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/science/pcp/Makefile b/science/pcp/Makefile index 94ca605bbb55..d48ce9b47fcc 100644 --- a/science/pcp/Makefile +++ b/science/pcp/Makefile @@ -16,4 +16,10 @@ COMMENT= Machine learning program for pattern classification GNU_CONFIGURE= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + +.include <bsd.port.post.mk> |