pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/emacs20 Use BROKEN_ON_PLATFORM for missing con...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/292898dda2b3
branches:  trunk
changeset: 643893:292898dda2b3
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Thu Jan 01 09:54:25 2015 +0000

description:
Use BROKEN_ON_PLATFORM for missing config entries. (yeah this one's my
fault)

diffstat:

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

diffs (18 lines):

diff -r 1cc78380636f -r 292898dda2b3 editors/emacs20/Makefile
--- a/editors/emacs20/Makefile  Thu Jan 01 09:53:50 2015 +0000
+++ b/editors/emacs20/Makefile  Thu Jan 01 09:54:25 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2013/10/27 20:47:53 joerg Exp $
+# $NetBSD: Makefile,v 1.51 2015/01/01 09:54:25 dholland Exp $
 
 DISTNAME=      emacs-20.7
 PKGNAME=       ${DISTNAME:S/emacs/emacs20/}
@@ -30,7 +30,7 @@
 HOMEPAGE=      http://www.gnu.org/software/emacs/emacs.html
 COMMENT=       GNU editing macros (editor)
 
-NOT_FOR_PLATFORM=      Darwin-*-* DragonFly-*-*
+BROKEN_ON_PLATFORM=    Darwin-*-* DragonFly-*-*
 
 CONFLICTS=     mule-[0-9]*
 



Home | Main Index | Thread Index | Old Index