diff options
author | markd <markd@pkgsrc.org> | 2007-06-15 01:44:21 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2007-06-15 01:44:21 +0000 |
commit | f5f06a31fee563a7516143cdbda38ab8a6a6229c (patch) | |
tree | 2a6ea62ab7a2bacf1c509dc3a6383107dff7e850 /lang/elisp-manual | |
parent | 68bce716b0c9bf39731ecf1b446fe1745bea523e (diff) | |
download | pkgsrc-f5f06a31fee563a7516143cdbda38ab8a6a6229c.tar.gz |
Note conflict with emacs22 which now has the manual bundled.
PR pkg/36492.
Diffstat (limited to 'lang/elisp-manual')
-rw-r--r-- | lang/elisp-manual/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/elisp-manual/Makefile b/lang/elisp-manual/Makefile index 47cc75441f2..663ae252696 100644 --- a/lang/elisp-manual/Makefile +++ b/lang/elisp-manual/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2007/06/15 01:18:52 obache Exp $ +# $NetBSD: Makefile,v 1.14 2007/06/15 01:44:21 markd Exp $ DISTNAME= elisp-manual-21-2.8 CATEGORIES= lang @@ -8,6 +8,8 @@ MAINTAINER= uebayasi@NetBSD.org HOMEPAGE= http://www.gnu.org/software/emacs/emacs.html COMMENT= The Emacs Lisp Reference Manual for GNU Emacs Version 21.2 +CONFLICTS= {emacs,emacs-nox11}>=22.1 + GNU_CONFIGURE= YES INFO_FILES= # PLIST |