diff options
author | obache <obache@pkgsrc.org> | 2011-05-13 14:21:46 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-05-13 14:21:46 +0000 |
commit | bdb985f5b1fa032110a9a27b67e93abba8057419 (patch) | |
tree | f1870034bafc4728e3d210c10da010af22a90305 /misc | |
parent | 95ef5e6f9f9a2428aa68bad9942ffae1d6d28476 (diff) | |
download | pkgsrc-bdb985f5b1fa032110a9a27b67e93abba8057419.tar.gz |
emacs20nox11 is not valid for EMACS_VERSIONS_ACCEPTED.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/bbdb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/bbdb/Makefile b/misc/bbdb/Makefile index ae33d72e9f6..7ca2ccca011 100644 --- a/misc/bbdb/Makefile +++ b/misc/bbdb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2010/05/06 06:06:47 tonnerre Exp $ +# $NetBSD: Makefile,v 1.23 2011/05/13 14:21:46 obache Exp $ # DISTNAME= bbdb-2.34 @@ -13,7 +13,7 @@ COMMENT= Insidious Big Brother DataBase, a rolodex-like database Emacs program # bbdb is included in xemacs-packages EMACS_VERSIONS_ACCEPTED= emacs23 emacs22 emacs22nox emacs21 emacs21nox \ - emacs20 emacs20nox + emacs20 CONFLICTS+= xemacs-packages-[0-9]* PKG_DESTDIR_SUPPORT= user-destdir |