diff --git a/textproc/chpp/Makefile b/textproc/chpp/Makefile index 87d3256050ef..5c59eb51dcca 100644 --- a/textproc/chpp/Makefile +++ b/textproc/chpp/Makefile @@ -18,6 +18,12 @@ CONFIGURE_ARGS= --libdir=${PREFIX}/share EXAMPLES_DIR= ${PREFIX}/share/examples/chpp +.include + +.if ${ARCH} != "i386" +BROKEN= "Does not compile" +.endif + post-install: @${MKDIR} ${EXAMPLES_DIR} ${TAR} -C ${WRKSRC}/test -cf - . | \ @@ -31,4 +37,4 @@ post-install: .endfor .endif -.include +.include