diff options
author | dholland <dholland@pkgsrc.org> | 2015-01-01 09:54:25 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2015-01-01 09:54:25 +0000 |
commit | 95677befd1478fecaaddb10e3949a11f6d06fcc5 (patch) | |
tree | 6aafdf73f7e3dd3a1e9e75cc12ed9f9333c3a086 /editors | |
parent | 8354d70a1aabf3dcdb8c7af5322568a97a188b97 (diff) | |
download | pkgsrc-95677befd1478fecaaddb10e3949a11f6d06fcc5.tar.gz |
Use BROKEN_ON_PLATFORM for missing config entries. (yeah this one's my
fault)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs20/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs20/Makefile b/editors/emacs20/Makefile index baf76212813..809a79fdd0e 100644 --- a/editors/emacs20/Makefile +++ b/editors/emacs20/Makefile @@ -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 @@ MAINTAINER= dholland@NetBSD.org 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]* |