aboutsummaryrefslogtreecommitdiff
path: root/graphics/plasma-kmod
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-10-02 05:09:16 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-10-02 05:09:16 +0000
commit43dc7abf01b232e56582d171012a4f0dc7dbc25e (patch)
treecbd6754e2157be01d28c91cdefc7cd1629bf1ffb /graphics/plasma-kmod
parenteb1792a3bc83437623af6f12520f7480d5b48111 (diff)
downloadports-43dc7abf01b232e56582d171012a4f0dc7dbc25e.tar.gz
ports-43dc7abf01b232e56582d171012a4f0dc7dbc25e.zip
Mark as broken on amd64-current.
Notes
Notes: svn path=/head/; revision=200593
Diffstat (limited to 'graphics/plasma-kmod')
-rw-r--r--graphics/plasma-kmod/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/graphics/plasma-kmod/Makefile b/graphics/plasma-kmod/Makefile
index 7564996a24e3..27376d58a460 100644
--- a/graphics/plasma-kmod/Makefile
+++ b/graphics/plasma-kmod/Makefile
@@ -25,4 +25,12 @@ do-install:
post-install:
@${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+.if ${ARCH} == "amd64"
+BROKEN= Does not configure
+.endif
+.endif
+
+.include <bsd.port.post.mk>