diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-29 06:46:27 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-29 06:46:27 +0000 |
commit | 4a766b70eb496c61d222fdbccef35a6f499d9dc4 (patch) | |
tree | c5d49906cb1cce442e7ec2c574d3817e56738b93 /print/kaspaliste/Makefile | |
parent | 34b36ad73470527e967237904cbcf4b6d8a774d8 (diff) |
BROKEN on amd64: Does not compile
Notes
Notes:
svn path=/head/; revision=105582
Diffstat (limited to 'print/kaspaliste/Makefile')
-rw-r--r-- | print/kaspaliste/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/kaspaliste/Makefile b/print/kaspaliste/Makefile index fd84ab4b9e05..5013029fc373 100644 --- a/print/kaspaliste/Makefile +++ b/print/kaspaliste/Makefile @@ -28,8 +28,8 @@ CONFIGURE_ARGS+= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \ .include <bsd.port.pre.mk> -.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102 -BROKEN= "Does not compile on alpha >= 5.x" +.if ( ${ARCH} == "alpha" && ${OSVERSION} >= 502102 ) || ${ARCH} == "amd64" +BROKEN= "Does not compile on alpha >= 5.x or amd64" .endif .include <bsd.port.post.mk> |