aboutsummaryrefslogtreecommitdiff
path: root/textproc/chpp/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-23 03:53:37 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-23 03:53:37 +0000
commite0b8be773c5db4061ab3797313fef4610813e614 (patch)
treec2774369162874aefe08c1263944fb447045c121 /textproc/chpp/Makefile
parent76a02c2544e7b2b78f25dca94f012605e62c95ff (diff)
downloadports-e0b8be773c5db4061ab3797313fef4610813e614.tar.gz
ports-e0b8be773c5db4061ab3797313fef4610813e614.zip
Broken on !i386: Does not compile
Notes
Notes: svn path=/head/; revision=101804
Diffstat (limited to 'textproc/chpp/Makefile')
-rw-r--r--textproc/chpp/Makefile8
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>