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 | 91703bfef39e104536f7d38b1ab039d82148321b (patch) | |
tree | 2371ecef4b616090793ddf4c5876a1370eb18781 /editors | |
parent | 046ef1ec0b0a8628b0147e9563cf2db7ced82157 (diff) | |
download | pkgsrc-91703bfef39e104536f7d38b1ab039d82148321b.tar.gz |
This version of emacs does not support Darwin. Set NOT_FOR_PLATFORM.
Diffstat (limited to 'editors')
-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 |