diff options
author | wxs <wxs@FreeBSD.org> | 2009-06-16 04:54:48 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2009-06-16 04:54:48 +0800 |
commit | b719d653f28c3abc027fc792ce48de00e4033f91 (patch) | |
tree | c91c7583e35f6442e6c6f2be2c59c63ed317cba0 /net-mgmt | |
parent | c598b1e06628fe85999f2dc623aec48ea930857f (diff) | |
download | freebsd-ports-gnome-b719d653f28c3abc027fc792ce48de00e4033f91.tar.gz freebsd-ports-gnome-b719d653f28c3abc027fc792ce48de00e4033f91.tar.zst freebsd-ports-gnome-b719d653f28c3abc027fc792ce48de00e4033f91.zip |
- Mark broken on -current while the maintainer works on a solution.
Submitted by: Josh Carroll <josh.carroll@gmail.com> (maintainer, via IRC)
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/wdiag/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net-mgmt/wdiag/Makefile b/net-mgmt/wdiag/Makefile index e35acf1d7def..b6667226d788 100644 --- a/net-mgmt/wdiag/Makefile +++ b/net-mgmt/wdiag/Makefile @@ -16,4 +16,10 @@ COMMENT= Utility to collect DSL line stats from Westell DSL modems WRKSRC= ${WRKDIR}/${PORTNAME}/src -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if (${OSVERSION} >= 800000) +IGNORE= broken on -CURRENT +.endif + +.include <bsd.port.post.mk> |