diff options
author | wiz <wiz> | 2003-03-05 12:01:49 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-03-05 12:01:49 +0000 |
commit | 690ca562b5407d62decfaaabd88d0da264b6329a (patch) | |
tree | 3200f10f951dda9beb849e4a61d8ba3191a4babe /editors/leim | |
parent | 23b7c8c2813fb3ec6053d0a536a86eee155e430e (diff) | |
download | pkgsrc-690ca562b5407d62decfaaabd88d0da264b6329a.tar.gz |
Bump to nb2: depend on emacs-20.7nb2.
Diffstat (limited to 'editors/leim')
-rw-r--r-- | editors/leim/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/leim/Makefile b/editors/leim/Makefile index 0a47f9dc1ff..d67c02c873f 100644 --- a/editors/leim/Makefile +++ b/editors/leim/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2003/01/12 02:29:37 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2003/03/05 12:01:49 wiz Exp $ DISTNAME= leim-${VERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GNU:=emacs/} DISTFILES= emacs-${VERSION}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX} @@ -10,7 +10,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/emacs/emacs.html COMMENT= Libraries of Emacs Input Methods -DEPENDS+= emacs-${VERSION}nb1:../emacs +DEPENDS+= emacs-${VERSION}nb2:../emacs GNU_CONFIGURE= yes USE_GMAKE= yes |