diff options
author | mef <mef@pkgsrc.org> | 2015-08-03 13:16:58 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-08-03 13:16:58 +0000 |
commit | 94289ddc9f7ac1a7e3138ba4b4479afd6a7a9a9c (patch) | |
tree | af67b367d77a911e6eac0272fb2d8f67cf2ddee3 /misc | |
parent | 6248dca3856408cfb3004dd717cf729a829b6383 (diff) | |
download | pkgsrc-94289ddc9f7ac1a7e3138ba4b4479afd6a7a9a9c.tar.gz |
- Enable for Emacs25, say, add emacs25 for
EMACS_VERSIONS_ACCEPTED.
- Drop emacs20, from the same variable. Fails with mail-parse.el
is missing
(PKGREVISION stays the same, no changes if packaged fine.)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/bbdb/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/bbdb/Makefile b/misc/bbdb/Makefile index 75eb1193cf4..193bc2471a6 100644 --- a/misc/bbdb/Makefile +++ b/misc/bbdb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2013/04/06 20:27:25 rodent Exp $ +# $NetBSD: Makefile,v 1.30 2015/08/03 13:16:58 mef Exp $ # DISTNAME= bbdb-2.35 @@ -12,9 +12,10 @@ HOMEPAGE= http://sourceforge.net/projects/bbdb/ COMMENT= Insidious Big Brother DataBase, a rolodex-like database Emacs program # bbdb is included in xemacs-packages -EMACS_VERSIONS_ACCEPTED= emacs24 emacs24nox emacs23 emacs23nox \ +EMACS_VERSIONS_ACCEPTED= emacs25 \ + emacs24 emacs24nox emacs23 emacs23nox \ emacs22 emacs22nox emacs21 emacs21nox \ - emacs20 + CONFLICTS+= xemacs-packages-[0-9]* USE_PKGLOCALEDIR= yes |