diff options
author | gj <gj@FreeBSD.org> | 2003-10-13 17:29:34 +0800 |
---|---|---|
committer | gj <gj@FreeBSD.org> | 2003-10-13 17:29:34 +0800 |
commit | dba224c930e066ed9297ca88566099c6a19c0ee9 (patch) | |
tree | 1f6298f2bfdc65d3c5df332d2948d60d7ea4fca9 /editors/xemacs | |
parent | 68ecb94f0114eee2bc0b0e47705893a8a6cd84ad (diff) | |
download | freebsd-ports-graphics-dba224c930e066ed9297ca88566099c6a19c0ee9.tar.gz freebsd-ports-graphics-dba224c930e066ed9297ca88566099c6a19c0ee9.tar.zst freebsd-ports-graphics-dba224c930e066ed9297ca88566099c6a19c0ee9.zip |
Xemacs seems to be generally broken on sparc64. Add NOT_FOR_ARCHS=sparc64
to the Makefile.
Diffstat (limited to 'editors/xemacs')
-rw-r--r-- | editors/xemacs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index b238802a99f..5e5f9100683 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -17,6 +17,8 @@ DIST_SUBDIR= xemacs MAINTAINER?= gj@FreeBSD.org COMMENT?= This port tracks the stable version of the XEmacs text editor +NOT_FOR_ARCHS= sparc64 + RUN_DEPENDS+= ${LOCALBASE}/lib/xemacs/xemacs-packages/etc/enriched.doc:${PORTSDIR}/editors/xemacs-packages .if !defined(WITHOUT_X11) LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg \ |