summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-10-02 22:19:21 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-10-02 22:19:21 +0000
commit2964cb31bca1e2742d308f3fc419a9c3cbbf85ce (patch)
tree3a534338bc61bc994aa5e6062256c5e06f7faf5a /net
parent- Checks for unzip in configure script (diff)
- Mark BROKEN on 7.X: IEEE80211_M_MBSS' was not declared in this scope
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=262331
Diffstat (limited to 'net')
-rw-r--r--net/knemo-kde4/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/knemo-kde4/Makefile b/net/knemo-kde4/Makefile
index 5be6699d4559..d1b38cbce5a8 100644
--- a/net/knemo-kde4/Makefile
+++ b/net/knemo-kde4/Makefile
@@ -24,4 +24,10 @@ USE_KDE4= kdeprefix kdelibs automoc4
MAKE_JOBS_SAFE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 800000
+BROKEN= does not build on 7.X
+.endif
+
+.include <bsd.port.post.mk>