diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-12-26 23:09:20 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-12-26 23:09:20 +0000 |
commit | 3eb5c8ac9abeaeec69fcd849ef4aa83f455ad437 (patch) | |
tree | 0ed64baa8d49371681ded4525b8e4a04c1ef4aa1 /science/gchemutils | |
parent | 25fba2f5535c1a4ca61f36575ce25af4d85283dd (diff) |
Notes
Diffstat (limited to 'science/gchemutils')
-rw-r--r-- | science/gchemutils/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/science/gchemutils/Makefile b/science/gchemutils/Makefile index 85331b2f7f92..9bb116819b77 100644 --- a/science/gchemutils/Makefile +++ b/science/gchemutils/Makefile @@ -42,6 +42,10 @@ OPTIONS= MOZILLA "Build mozilla plugin" off .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 800058 +BROKEN= does not build +.endif + .if defined(WITH_MOZILLA) USE_GECKO= mozilla .include "${PORTSDIR}/www/mozilla/bsd.gecko.mk" |