pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/emacs20 This version of emacs does not support...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4ff6c8a3c51c
branches:  trunk
changeset: 493936:4ff6c8a3c51c
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon May 16 21:05:27 2005 +0000

description:
This version of emacs does not support Darwin.  Set NOT_FOR_PLATFORM.

diffstat:

 editors/emacs20/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 9e476baeab3f -r 4ff6c8a3c51c editors/emacs20/Makefile
--- a/editors/emacs20/Makefile  Mon May 16 20:04:12 2005 +0000
+++ b/editors/emacs20/Makefile  Mon May 16 21:05:27 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2005/04/11 21:45:40 tv Exp $
+# $NetBSD: Makefile,v 1.18 2005/05/16 21:05:27 minskim Exp $
 
 DISTNAME=      emacs-20.7
 PKGREVISION=   5
@@ -20,6 +20,8 @@
 HOMEPAGE=      http://www.gnu.org/software/emacs/emacs.html
 COMMENT=       GNU editing macros (editor)
 
+NOT_FOR_PLATFORM=      Darwin-*-*
+
 CONFLICTS=     mule-[0-9]*
 
 GNU_CONFIGURE= yes



Home | Main Index | Thread Index | Old Index