aboutsummaryrefslogtreecommitdiff
path: root/textproc/coco
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-23 06:04:46 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-23 06:04:46 +0000
commitb309a727886de909539bc7005e9cda5a0e419054 (patch)
tree95c52c55e70cb43362fcc3a8d15ab092d9206b81 /textproc/coco
parent3164dcb39062f3c229356ee4c4fc6a40c7f96ccd (diff)
downloadports-b309a727886de909539bc7005e9cda5a0e419054.tar.gz
ports-b309a727886de909539bc7005e9cda5a0e419054.zip
BROKEN on !i386: Does not compile
Notes
Notes: svn path=/head/; revision=101837
Diffstat (limited to 'textproc/coco')
-rw-r--r--textproc/coco/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/coco/Makefile b/textproc/coco/Makefile
index a130b80f6f4b..cf0963d395eb 100644
--- a/textproc/coco/Makefile
+++ b/textproc/coco/Makefile
@@ -30,6 +30,12 @@ EMACS_VERSION= 19.34
INSTALL_TARGET= install-coco install-m2ps
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} != "i386"
+BROKEN= "Does not compile on !i386"
+.endif
+
# extract patches for mule2.3 based on emacs-19.34b
post-extract:
${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/mule-${MULE_VERSION}-${EMACS_VERSION}.patch-981002.tar.gz ${EXTRACT_AFTER_ARGS} -C ${WRKDIR}
@@ -44,4 +50,4 @@ pre-build:
${FIND} ${WRKSRC} \( -name \*.orig -o -name \*~ \) -exec ${RM} -f \{} \;
${RM} -f ${WRKSRC}/etc/DOC* ${WRKSRC}/src/emacs ${WRKSRC}/src/emacs-${EMACS_VERSION}.*
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>