diff options
author | minskim <minskim@pkgsrc.org> | 2005-05-16 21:05:27 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-05-16 21:05:27 +0000 |
commit | 5521cc01b35d40cadbf9ac3d8588502018da965c (patch) | |
tree | 2371ecef4b616090793ddf4c5876a1370eb18781 /editors/emacs20 | |
parent | 6b9b232b57d474d8efc8cc48fc51f9114af32012 (diff) | |
download | pkgsrc-5521cc01b35d40cadbf9ac3d8588502018da965c.tar.gz |
This version of emacs does not support Darwin. Set NOT_FOR_PLATFORM.
Diffstat (limited to 'editors/emacs20')
-rw-r--r-- | editors/emacs20/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/emacs20/Makefile b/editors/emacs20/Makefile index 89ce02e5395..ae5e68a206a 100644 --- a/editors/emacs20/Makefile +++ b/editors/emacs20/Makefile @@ -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 @@ MAINTAINER= tech-pkg@NetBSD.org 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 |