diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-23 06:04:46 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-23 06:04:46 +0000 |
commit | b309a727886de909539bc7005e9cda5a0e419054 (patch) | |
tree | 95c52c55e70cb43362fcc3a8d15ab092d9206b81 /textproc/coco | |
parent | 3164dcb39062f3c229356ee4c4fc6a40c7f96ccd (diff) | |
download | ports-b309a727886de909539bc7005e9cda5a0e419054.tar.gz ports-b309a727886de909539bc7005e9cda5a0e419054.zip |
Notes
Diffstat (limited to 'textproc/coco')
-rw-r--r-- | textproc/coco/Makefile | 8 |
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> |