aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/wdiag
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2009-06-15 20:54:48 +0000
committerWesley Shields <wxs@FreeBSD.org>2009-06-15 20:54:48 +0000
commit50ab1e026053a702f6bd5067451a768536578da9 (patch)
tree05b874a3ab085ac58b276a123a95821a71df9ef0 /net-mgmt/wdiag
parentda3349820d063e9af7fd1c45f4e47cc01f541e0c (diff)
downloadports-50ab1e026053a702f6bd5067451a768536578da9.tar.gz
ports-50ab1e026053a702f6bd5067451a768536578da9.zip
- Mark broken on -current while the maintainer works on a solution.
Submitted by: Josh Carroll <josh.carroll@gmail.com> (maintainer, via IRC)
Notes
Notes: svn path=/head/; revision=235918
Diffstat (limited to 'net-mgmt/wdiag')
-rw-r--r--net-mgmt/wdiag/Makefile8
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>