diff options
author | wiz <wiz@pkgsrc.org> | 2003-03-05 12:01:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-03-05 12:01:49 +0000 |
commit | e491fd32cd382d90b3838916130b86443702a495 (patch) | |
tree | 3200f10f951dda9beb849e4a61d8ba3191a4babe | |
parent | ad6434f8b61b588acf9583c34739eddbe4c7ffa5 (diff) | |
download | pkgsrc-e491fd32cd382d90b3838916130b86443702a495.tar.gz |
Bump to nb2: depend on emacs-20.7nb2.
-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 |