diff options
author | Gary Jennejohn <gj@FreeBSD.org> | 2003-10-13 09:29:34 +0000 |
---|---|---|
committer | Gary Jennejohn <gj@FreeBSD.org> | 2003-10-13 09:29:34 +0000 |
commit | 1d0a3fc6832fa77310ecbbb02bef13c16e1a364f (patch) | |
tree | f082ddb6f8c587f84503a111881225ba50944a72 /editors/xemacs-devel | |
parent | 05580202864fd2127819d99c163e489a58a5d127 (diff) | |
download | ports-1d0a3fc6832fa77310ecbbb02bef13c16e1a364f.tar.gz ports-1d0a3fc6832fa77310ecbbb02bef13c16e1a364f.zip |
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/xemacs-devel')
-rw-r--r-- | editors/xemacs-devel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/xemacs-devel/Makefile b/editors/xemacs-devel/Makefile index 8c91626dd4a4..a80511f1d23b 100644 --- a/editors/xemacs-devel/Makefile +++ b/editors/xemacs-devel/Makefile @@ -17,6 +17,8 @@ DIST_SUBDIR= xemacs MAINTAINER= gj@FreeBSD.org COMMENT= This port tracks the development (GAMMA) 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 \ |