pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/bbdb Allow bbdb to build with emacs23.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/51abd371247c
branches:  trunk
changeset: 560012:51abd371247c
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Jun 06 15:32:56 2009 +0000

description:
Allow bbdb to build with emacs23.

diffstat:

 misc/bbdb/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 5959348ad8df -r 51abd371247c misc/bbdb/Makefile
--- a/misc/bbdb/Makefile        Sat Jun 06 15:31:06 2009 +0000
+++ b/misc/bbdb/Makefile        Sat Jun 06 15:32:56 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2008/10/11 09:31:57 uebayasi Exp $
+# $NetBSD: Makefile,v 1.20 2009/06/06 15:32:56 minskim Exp $
 #
 
 DISTNAME=              bbdb-2.34
@@ -12,7 +12,8 @@
 COMMENT=               Insidious Big Brother DataBase, a rolodex-like database Emacs program
 
 # bbdb is included in xemacs-packages
-EMACS_VERSIONS_ACCEPTED=       emacs22 emacs22nox emacs21 emacs21nox emacs20 emacs20nox
+EMACS_VERSIONS_ACCEPTED=       emacs23 emacs22 emacs22nox emacs21 emacs21nox \
+                               emacs20 emacs20nox
 CONFLICTS+=            xemacs-packages-[0-9]*
 
 PKG_DESTDIR_SUPPORT=   user-destdir



Home | Main Index | Thread Index | Old Index