From ea57f8636c703f8a29b99799356cd42f339aa06f Mon Sep 17 00:00:00 2001 From: Doug Barton Date: Sun, 11 Jun 2006 18:40:14 +0000 Subject: Mark broken on anything older than 6.0-RELEASE, due to the requirement of code from the newer WLAN infrastructure. Submitted by: pointyhat <- kris --- net/wmwlmon/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'net') diff --git a/net/wmwlmon/Makefile b/net/wmwlmon/Makefile index fd682e55a2b6..2ec03f7c4c9e 100644 --- a/net/wmwlmon/Makefile +++ b/net/wmwlmon/Makefile @@ -21,8 +21,14 @@ USE_XPM= yes MAN1= wmwlmon.1 PLIST_FILES= bin/wmwlmon +.include + +.if ${OSVERSION} < 600100 +BROKEN= Needs WLAN infrastructure from 6.0-RELEASE or newer +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wmwlmon ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/wmwlmon.1 ${MANPREFIX}/man/man1 -.include +.include -- cgit v1.2.3