diff options
author | obache <obache> | 2011-05-13 14:21:46 +0000 |
---|---|---|
committer | obache <obache> | 2011-05-13 14:21:46 +0000 |
commit | 42de97d31d695d6f241d43b533cdff318b2febdd (patch) | |
tree | f1870034bafc4728e3d210c10da010af22a90305 /misc/bbdb | |
parent | 0be433c63def9bee7ca16f5fafed35042a8abe1a (diff) | |
download | pkgsrc-42de97d31d695d6f241d43b533cdff318b2febdd.tar.gz |
emacs20nox11 is not valid for EMACS_VERSIONS_ACCEPTED.
Diffstat (limited to 'misc/bbdb')
-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 |