diff options
Diffstat (limited to 'lang/clisp/Makefile')
-rw-r--r-- | lang/clisp/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile index bbd2e01992b4..a4db4b851c3b 100644 --- a/lang/clisp/Makefile +++ b/lang/clisp/Makefile @@ -32,6 +32,10 @@ MAKEMAKE_ARGS=--prefix=${PREFIX} --mandir=${PREFIX}/man --with-dynamic-ffi \ .include <bsd.port.pre.mk> +.if ${ARCH} == amd64 || ${ARCH} == ia64 +BROKEN= "Does not compile on amd64 or ia64" +.endif + # The source doesn't include a top-level Makefile, so we'll fake one. post-extract: @cd ${WRKSRC} && \ |