diff options
author | minskim <minskim@pkgsrc.org> | 2006-08-27 02:14:07 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-08-27 02:14:07 +0000 |
commit | 844b3511a8520877da226d8762551ebc006e59df (patch) | |
tree | f24b5f845f984ce6f5be8f63ca20cd59295006c5 /devel | |
parent | 00d8eccff76d6133c2160d26456c067d19a8603a (diff) | |
download | pkgsrc-844b3511a8520877da226d8762551ebc006e59df.tar.gz |
Explicitly specify which version of emacs should be used. Previously,
it was built with emacs21 although its package name suggested that it
should be built with emacs20.
Bump PKGREVISION.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/emacs20-elib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/emacs20-elib/Makefile b/devel/emacs20-elib/Makefile index 668dd229bec..161a6cd2e87 100644 --- a/devel/emacs20-elib/Makefile +++ b/devel/emacs20-elib/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2006/05/26 19:33:36 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2006/08/27 02:14:07 minskim Exp $ PKGNAME= emacs20-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 -EMACS_VERSION_REQD= emacs20 +EMACS_TYPE= emacs20 CONFLICTS+= elib-[0-9]* |