diff options
author | obache <obache@pkgsrc.org> | 2009-10-07 10:56:40 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-10-07 10:56:40 +0000 |
commit | 30333f0f3943716ea929fab3d928be35776b37ca (patch) | |
tree | 80f230ca36b0ee42e2ca20e8cad8c66f0a1ded8a /editors/emacs/Makefile | |
parent | 5881c4a0007ec2c9737e8bd06a6e4134cb2eaa52 (diff) | |
download | pkgsrc-30333f0f3943716ea929fab3d928be35776b37ca.tar.gz |
fit for NetBSD-mips variants, do not use pmax configuration.
prevent unrequisite warning messages on NetBSD-alpha (patch-ac) and NetBSD-mips
variants (patch-af). fixes PR 39027.
Bump PKGREVISION.
Diffstat (limited to 'editors/emacs/Makefile')
-rw-r--r-- | editors/emacs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 9d693b2970f..a508b034b2f 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.124 2009/08/26 19:58:43 sno Exp $ +# $NetBSD: Makefile,v 1.125 2009/10/07 10:56:40 obache Exp $ -PKGREVISION= 1 +PKGREVISION= 2 CONFLICTS+= emacs-nox11-[0-9]* |