diff options
author | kris <kris@FreeBSD.org> | 2004-02-23 11:53:37 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-23 11:53:37 +0800 |
commit | 3cc7810357af198988dfcb5658f6981f882a271b (patch) | |
tree | f91faf57d85210e7daa19e42e6159d1924dc5a89 /textproc/chpp/Makefile | |
parent | 4404f79d842312325029420f365e92067c1ba868 (diff) | |
download | freebsd-ports-gnome-3cc7810357af198988dfcb5658f6981f882a271b.tar.gz freebsd-ports-gnome-3cc7810357af198988dfcb5658f6981f882a271b.tar.zst freebsd-ports-gnome-3cc7810357af198988dfcb5658f6981f882a271b.zip |
Broken on !i386: Does not compile
Diffstat (limited to 'textproc/chpp/Makefile')
-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> |