From 9f8b91d33ede8af03a0d6e2bf4caede7e48e346b Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 2 Jan 2005 00:46:39 +0000 Subject: Does not compile on alpha Approved by: portmgr (self) --- lang/clisp/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'lang/clisp') 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 + +.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 +.include -- cgit v1.2.3