diff options
Diffstat (limited to 'graphics/k3d/Makefile')
-rw-r--r-- | graphics/k3d/Makefile | 4 |
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 | \ |