diff options
author | pav <pav@FreeBSD.org> | 2008-12-27 07:09:20 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-12-27 07:09:20 +0800 |
commit | 480436809d4f36d29d57b5a82e1534c7870c94b2 (patch) | |
tree | fc6d73a872895346e7909c06f0cd1a86958e7217 | |
parent | ec479bf5bbf3e678b06e76454ac4ec59a13e1665 (diff) | |
download | freebsd-ports-gnome-480436809d4f36d29d57b5a82e1534c7870c94b2.tar.gz freebsd-ports-gnome-480436809d4f36d29d57b5a82e1534c7870c94b2.tar.zst freebsd-ports-gnome-480436809d4f36d29d57b5a82e1534c7870c94b2.zip |
Mark BROKEN on HEAD after the import of strndup(3).
As OSVERSION was not bumped at the time, approximate with 800058.
Submitted by: pointyhat via droso
-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" |