summaryrefslogtreecommitdiff
path: root/editors/xemacs21
diff options
context:
space:
mode:
authorGary Jennejohn <gj@FreeBSD.org>2003-10-13 09:29:34 +0000
committerGary Jennejohn <gj@FreeBSD.org>2003-10-13 09:29:34 +0000
commit1d0a3fc6832fa77310ecbbb02bef13c16e1a364f (patch)
treef082ddb6f8c587f84503a111881225ba50944a72 /editors/xemacs21
parentAdd traymp 0.12, tray-aware GTK2 client for musicpd. (diff)
Xemacs seems to be generally broken on sparc64. Add NOT_FOR_ARCHS=sparc64
to the Makefile.
Notes
Notes: svn path=/head/; revision=91005
Diffstat (limited to 'editors/xemacs21')
-rw-r--r--editors/xemacs21/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/xemacs21/Makefile b/editors/xemacs21/Makefile
index dc83bd1c9982..c3df16c1a083 100644
--- a/editors/xemacs21/Makefile
+++ b/editors/xemacs21/Makefile
@@ -16,6 +16,8 @@ DIST_SUBDIR= xemacs
MAINTAINER?= gj@FreeBSD.org
COMMENT?= XEmacs text editor version 21
+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 \