diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-08-15 08:51:11 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-08-15 08:51:11 +0000 |
commit | 65a03be4c6667ed21c0a4f40d54a8325aaaf7a75 (patch) | |
tree | 6809e0c1cc5648989600d35fbc9af97ca2acb04d /editors/yui | |
parent | - Update to 1.1.0.1 (diff) |
Mark broken on 64 bit archs.
PR: ports/115510
Submitted by: Rashid N. Achilov (maintainer)
Diffstat (limited to 'editors/yui')
-rw-r--r-- | editors/yui/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/editors/yui/Makefile b/editors/yui/Makefile index 203e4c8c7ba4..a1703754de24 100644 --- a/editors/yui/Makefile +++ b/editors/yui/Makefile @@ -18,6 +18,12 @@ USE_AUTOTOOLS= autoconf:259 MAN1= y.1 +.include <bsd.port.pre.mk> + +.if ${ARCH} == "ia64" || ${ARCH} == "amd64" +BROKEN= Does not compile on 64-bit arch +.endif + post-install: ${LN} -sf ${PREFIX}/lib/yui/help_eng.html ${PREFIX}/lib/yui/yhelp.html @@ -28,4 +34,4 @@ post-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |