aboutsummaryrefslogtreecommitdiff
path: root/net/knemo-kde4
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/knemo-kde4
parentf9d6861d6dcb5f423b3939aa69dd147b0d903fa0 (diff)
Notes
Diffstat (limited to 'net/knemo-kde4')
-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>