diff options
author | dholland <dholland@pkgsrc.org> | 2012-06-16 21:06:17 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-06-16 21:06:17 +0000 |
commit | 087b101248343eb35d72775ac60acaedf3075999 (patch) | |
tree | 67189eb59427ea96dcbfca4dd8b2b3b6b9f71f67 /editors | |
parent | 6a9627f390dd24d209930e8d848f4f9a88050639 (diff) | |
download | pkgsrc-087b101248343eb35d72775ac60acaedf3075999.tar.gz |
Mark this broken until emacs25 snapshots become available. Removing
the package until then seems stupid.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs-snapshot/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/emacs-snapshot/Makefile.common b/editors/emacs-snapshot/Makefile.common index 5b35eba0b8e..fe4691d44d4 100644 --- a/editors/emacs-snapshot/Makefile.common +++ b/editors/emacs-snapshot/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.51 2012/03/25 21:02:19 dholland Exp $ +# $NetBSD: Makefile.common,v 1.52 2012/06/16 21:06:17 dholland Exp $ DISTNAME= emacs-snapshot_20120319.orig PKGNAME= ${DISTNAME:S/snapshot_/${EMACS_VERSION}./:S/.orig//} @@ -15,6 +15,8 @@ PKG_DESTDIR_SUPPORT= user-destdir SETGIDGAME= yes MAKE_JOBS_SAFE= no +BROKEN= emacs24 has been released; emacs25 snapshots are not yet available. + CONFLICTS+= emacs-nox11-[0-9]* GNU_CONFIGURE= yes |