diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/klone/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/klone/Makefile b/lang/klone/Makefile index 7904277ce2c9..010dc47ae1b8 100644 --- a/lang/klone/Makefile +++ b/lang/klone/Makefile @@ -17,6 +17,12 @@ COMMENT= Small, Lisp-like interpreted language WRKSRC= ${WRKDIR}/Klone +.include <bsd.port.pre.mk> + +.if ${ARCH} == "sparc64" +BROKEN= "Does not compile on sparc64" +.endif + do-configure: @${SED} -e 's:%%PREFIX%%:${PREFIX}:' \ -e 's:%%CC%%:${CC}:' \ @@ -37,4 +43,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |