aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/plasma-kmod
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-10-02 13:09:16 +0800
committerlinimon <linimon@FreeBSD.org>2007-10-02 13:09:16 +0800
commit95678702cb5ba1aa52c3bc9fbe92a3ae1e954a95 (patch)
tree31911d29119fab1fb9cf8a8a3bb577e91e1924bb /graphics/plasma-kmod
parent1fcfb9bcbeed8721adfeaa7131a3f1b88fae8a4c (diff)
downloadfreebsd-ports-gnome-95678702cb5ba1aa52c3bc9fbe92a3ae1e954a95.tar.gz
freebsd-ports-gnome-95678702cb5ba1aa52c3bc9fbe92a3ae1e954a95.tar.zst
freebsd-ports-gnome-95678702cb5ba1aa52c3bc9fbe92a3ae1e954a95.zip
Mark as broken on amd64-current.
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>