diff options
author | Dejan Lesjak <lesi@FreeBSD.org> | 2005-05-04 09:30:21 +0000 |
---|---|---|
committer | Dejan Lesjak <lesi@FreeBSD.org> | 2005-05-04 09:30:21 +0000 |
commit | 6997c7ef178a51bed3c7c602df5779f1a1c74e45 (patch) | |
tree | a0b1e5ee3a8f36347053c202b9b28309002edda4 /editors/xemacs-devel/Makefile | |
parent | 324ebf355f4eb54f8095b8dfbccfa18433371ab4 (diff) |
Generalize a part of patch-ak to all _LP64 archs. An __alpha__ check is
still needed as cpp on 4-STABLE does not define _LP64 on alpha.
This makes xemacs-devel build sparc64, so remove NOT_FOR_ARCHS. Hopefully
this also fixes things on ia64 (failure there reported by kris).
Notes
Notes:
svn path=/head/; revision=134586
Diffstat (limited to 'editors/xemacs-devel/Makefile')
-rw-r--r-- | editors/xemacs-devel/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editors/xemacs-devel/Makefile b/editors/xemacs-devel/Makefile index f71b5a2eb1e1..a3e557e69043 100644 --- a/editors/xemacs-devel/Makefile +++ b/editors/xemacs-devel/Makefile @@ -19,8 +19,6 @@ DIST_SUBDIR= xemacs MAINTAINER= ports@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 \ |