diff options
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> |