diff options
author | frueauf <frueauf@pkgsrc.org> | 1999-01-04 09:30:46 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1999-01-04 09:30:46 +0000 |
commit | 9497115c5a892fef27c9a02ccc2300bd3f087a75 (patch) | |
tree | d45945fd65792d4a00bd99abee41fbc0e31002e4 | |
parent | db63f91df1d95aad524f8aa455349e554fb689b5 (diff) | |
download | pkgsrc-9497115c5a892fef27c9a02ccc2300bd3f087a75.tar.gz |
Set NOT_FOR_ARCHS=mips cause they need more porting to work on pmax.
-rw-r--r-- | editors/emacs/Makefile | 4 | ||||
-rw-r--r-- | editors/xemacs20/Makefile | 4 | ||||
-rw-r--r-- | www/mozilla/Makefile | 5 |
3 files changed, 8 insertions, 5 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 7d0b7fe853d..3134372b7a6 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 1998/09/04 02:30:25 tron Exp $ +# $NetBSD: Makefile,v 1.22 1999/01/04 09:30:46 frueauf Exp $ # FreeBSD Id: Makefile,v 1.30 1997/12/14 02:03:53 asami Exp # @@ -11,6 +11,8 @@ HOMEPAGE= http://www.gnu.org/software/emacs/emacs.html CONFLICTS= emacs-20.2 +NOT_FOR_ARCHS= mips # ${WRKSRC}/src/m/{pmax.h,mips.h} need porting + GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS+= --with-pop --with-x --with-x-toolkit=lucid diff --git a/editors/xemacs20/Makefile b/editors/xemacs20/Makefile index 9347cab99fb..7b33898975e 100644 --- a/editors/xemacs20/Makefile +++ b/editors/xemacs20/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 1998/11/12 23:03:40 frueauf Exp $ +# $NetBSD: Makefile,v 1.37 1999/01/04 09:30:46 frueauf Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1997/09/03 19:27:57 gj Exp # @@ -25,7 +25,7 @@ DEPENDS+= gdbm-1.7.3:../../databases/gdbm CONFLICTS+= xemacs-20.3 -NOT_FOR_ARCHS= alpha #fails purespace dumping +NOT_FOR_ARCHS= alpha mips #fails purespace dumping HAS_CONFIGURE= yes diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile index b1bcb3154ed..7099e72bda0 100644 --- a/www/mozilla/Makefile +++ b/www/mozilla/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.18 1998/11/16 14:13:21 agc Exp $ +# $NetBSD: Makefile,v 1.19 1999/01/04 09:30:46 frueauf Exp $ # DISTNAME= mozilla-19981008 +WRKSRC= ${WRKDIR}/mozilla CATEGORIES= www MASTER_SITES= ftp://ftp.mozilla.org/pub/mozilla/source/ \ ftp://sunsite.org.uk/Mirrors/ftp.mozilla.org/pub/mozilla/source/ \ @@ -17,7 +18,7 @@ USE_MOTIF= yes CONFLICTS= mozilla-19980429 mozilla-19980603 mozilla-19980728 -WRKSRC= ${WRKDIR}/mozilla +NOT_FOR_ARCHS= mips MOZ_OBJDIR= ${OPSYS}${OS_VERSION}_OPT.OBJ MOZ_LIBDIR= ${PREFIX}/lib/mozilla |