diff options
author | kris <kris@FreeBSD.org> | 2004-02-23 14:04:46 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-23 14:04:46 +0800 |
commit | 8efb3e2271483dd749dffa8ceae11616316cd9ec (patch) | |
tree | bd498e3632229f6954139102ae7d40c8f680d9b7 /textproc/coco | |
parent | c191e2993c09b3473c224d31908dc93d4f7a436f (diff) | |
download | freebsd-ports-gnome-8efb3e2271483dd749dffa8ceae11616316cd9ec.tar.gz freebsd-ports-gnome-8efb3e2271483dd749dffa8ceae11616316cd9ec.tar.zst freebsd-ports-gnome-8efb3e2271483dd749dffa8ceae11616316cd9ec.zip |
BROKEN on !i386: Does not compile
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> |