aboutsummaryrefslogtreecommitdiffstats
path: root/net/wmwlmon
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2006-06-12 02:40:14 +0800
committerdougb <dougb@FreeBSD.org>2006-06-12 02:40:14 +0800
commitc8637ea5c4d2bb647108dd788ab878196bd0a4d0 (patch)
treed7346bfdf33675d7d07791462da90e4b380f1d6b /net/wmwlmon
parentf23fc7721a5542525df2ed8dad8bf1032c7e5e33 (diff)
downloadfreebsd-ports-gnome-c8637ea5c4d2bb647108dd788ab878196bd0a4d0.tar.gz
freebsd-ports-gnome-c8637ea5c4d2bb647108dd788ab878196bd0a4d0.tar.zst
freebsd-ports-gnome-c8637ea5c4d2bb647108dd788ab878196bd0a4d0.zip
Mark broken on anything older than 6.0-RELEASE, due to the
requirement of code from the newer WLAN infrastructure. Submitted by: pointyhat <- kris
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>