diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-09-07 00:13:27 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-09-07 00:13:27 +0000 |
commit | da34576b9dcef8d6ad838edf9574595f93779bb6 (patch) | |
tree | a94cc7125901b4fb2cfc7d730d3f0dc36c1253e0 /graphics/k3d | |
parent | 58fbb8441a9b5cfba152407613604d29f3eb54c9 (diff) | |
download | ports-da34576b9dcef8d6ad838edf9574595f93779bb6.tar.gz ports-da34576b9dcef8d6ad838edf9574595f93779bb6.zip |
Notes
Diffstat (limited to 'graphics/k3d')
-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 | \ |