diff options
Diffstat (limited to 'editors/yui/Makefile')
-rw-r--r-- | editors/yui/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/editors/yui/Makefile b/editors/yui/Makefile index d4a3d1c64685..0281fb67e1ab 100644 --- a/editors/yui/Makefile +++ b/editors/yui/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= http://openoffice.mirahost.ru/fileZ/software/ \ http://citycat4.land.ru/ \ - http://myooo.ru/FreeBSD/ + http://myooo.ru/FreeBSD/ MAINTAINER= citycat4@ngs.ru COMMENT= Rich-featured multi-windows console text editor @@ -23,6 +23,10 @@ MAN1= y.1 .include <bsd.port.pre.mk> +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64 +.endif + post-install: ${LN} -sf ${PREFIX}/lib/yui/help_eng.html ${PREFIX}/lib/yui/yhelp.html |