aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/k3d
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-09-07 08:13:27 +0800
committerkris <kris@FreeBSD.org>2005-09-07 08:13:27 +0800
commite9f965884c3c44df2abc66784454515e4299aa12 (patch)
tree89b8d7ef9c9eea92f0f36d0dd6ec6d41997ce266 /graphics/k3d
parent98091bf5b3d205aa32c48403533e6464f12ab4ed (diff)
downloadfreebsd-ports-gnome-e9f965884c3c44df2abc66784454515e4299aa12.tar.gz
freebsd-ports-gnome-e9f965884c3c44df2abc66784454515e4299aa12.tar.zst
freebsd-ports-gnome-e9f965884c3c44df2abc66784454515e4299aa12.zip
BROKEN on amd64: Does not compile
Diffstat (limited to 'graphics/k3d')
-rw-r--r--graphics/k3d/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/k3d/Makefile b/graphics/k3d/Makefile
index e7188cc65c54..8c13bd8bdd78 100644
--- a/graphics/k3d/Makefile
+++ b/graphics/k3d/Makefile
@@ -50,6 +50,10 @@ MAN1= k3d.1
BROKEN= "Does not compile on FreeBSD 4.x"
.endif
+.if ${ARCH} == "amd64"
+BROKEN= "Does not compile on amd64"
+.endif
+
post-install:
.for dir in ${PREFIX}/include/k3d ${PREFIX}/share/k3d ${PREFIX}/lib/k3d
@${FIND} ${dir} ! -type d | \