diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 11:02:46 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 11:02:46 +0000 |
commit | 8c31b5ac0c66e6c6d2bac018e1f2c0d7f6bbaa7d (patch) | |
tree | 6e4aaef68954cfbca2e6f49d303c562fd8349452 /science | |
parent | 5be6d0491c4c4ba0cd5f46e4cf8f7296842cc9da (diff) | |
download | ports-8c31b5ac0c66e6c6d2bac018e1f2c0d7f6bbaa7d.tar.gz ports-8c31b5ac0c66e6c6d2bac018e1f2c0d7f6bbaa7d.zip |
Notes
Diffstat (limited to 'science')
-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> |