diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-23 03:53:37 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-23 03:53:37 +0000 |
commit | e0b8be773c5db4061ab3797313fef4610813e614 (patch) | |
tree | c2774369162874aefe08c1263944fb447045c121 /textproc/chpp | |
parent | 76a02c2544e7b2b78f25dca94f012605e62c95ff (diff) | |
download | ports-e0b8be773c5db4061ab3797313fef4610813e614.tar.gz ports-e0b8be773c5db4061ab3797313fef4610813e614.zip |
Notes
Diffstat (limited to 'textproc/chpp')
-rw-r--r-- | textproc/chpp/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.pre.mk> + +.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 <bsd.port.mk> +.include <bsd.port.post.mk> |