diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2008-12-09 09:49:18 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2008-12-09 09:49:18 +0000 |
commit | 5e043d218f5d636c6635911b4154b78420a293b5 (patch) | |
tree | 4ed352a3dbc329377161dee9084fc90b976ebf74 /editors/yui | |
parent | 3383a9574b9218a3c068ae27d8f904cd1a2a1692 (diff) |
Notes
Diffstat (limited to 'editors/yui')
-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 |