diff options
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 33e27b52c5f5..d571dc0e6719 100644 --- a/science/gchemutils/Makefile +++ b/science/gchemutils/Makefile @@ -52,4 +52,8 @@ CONFIGURE_ARGS+=--disable-mozilla-plugin PLIST_SUB+= XUL="@comment " .endif +.if ${OSVERSION} < 70043 +BROKEN= does not compile +.endif + .include <bsd.port.post.mk> |