diff options
Diffstat (limited to 'math/cln')
-rw-r--r-- | math/cln/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/cln/Makefile b/math/cln/Makefile index 07727e775535..4d2cfc22d304 100644 --- a/math/cln/Makefile +++ b/math/cln/Makefile @@ -41,8 +41,8 @@ PORTDOCS= * .include <bsd.port.pre.mk> -.if ${ARCH} == "sparc64" -BROKEN= "Does not compile on sparc64" +.if ${ARCH} == "sparc64" || ${ARCH} == "ia64" +BROKEN= "Does not compile on sparc64 or ia64" .endif post-install: |