diff options
Diffstat (limited to 'lang/clisp')
-rw-r--r-- | lang/clisp/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile index 86cdc3b6e9fa..10abaab4461b 100644 --- a/lang/clisp/Makefile +++ b/lang/clisp/Makefile @@ -59,6 +59,12 @@ DATA_PATHS=${PREFIX}/lib/clisp ${PREFIX}/share/doc/clisp \ PROG_PATHS=${PREFIX}/bin/clisp MAN_PATHS=${PREFIX}/man/man1/clisp.1 +.include <bsd.port.pre.mk> + +.if ${ARCH} == "alpha" +BROKEN= "Does not compile on alpha" +.endif + # The source doesn't include a top-level Makefile, so we'll fake one. post-extract: @cd ${WRKSRC} && \ @@ -80,4 +86,4 @@ post-install: MAN1= clisp.1 -.include <bsd.port.mk> +.include <bsd.port.post.mk> |