summaryrefslogtreecommitdiff
path: root/net/wmwlmon
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2006-06-11 18:40:14 +0000
committerDoug Barton <dougb@FreeBSD.org>2006-06-11 18:40:14 +0000
commitea57f8636c703f8a29b99799356cd42f339aa06f (patch)
treef64d8e0378a8f61d70936cbc22fd9194cf7804d4 /net/wmwlmon
parent- Update to version 0.6.6 (diff)
Mark broken on anything older than 6.0-RELEASE, due to the
requirement of code from the newer WLAN infrastructure. Submitted by: pointyhat <- kris
Notes
Notes: svn path=/head/; revision=165125
Diffstat (limited to 'net/wmwlmon')
-rw-r--r--net/wmwlmon/Makefile8
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.pre.mk>
+
+.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 <bsd.port.mk>
+.include <bsd.port.post.mk>