diff options
author | wiz <wiz@pkgsrc.org> | 2003-01-12 02:29:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-01-12 02:29:37 +0000 |
commit | b3d7ae71beac19c7c92e2c23d218166e6d9e0041 (patch) | |
tree | 175ef3b307ff9d9bb1be172e3636f25839b78295 /editors | |
parent | 7ee0336f1cba01178566df5ff7874c70f5adfffc (diff) | |
download | pkgsrc-b3d7ae71beac19c7c92e2c23d218166e6d9e0041.tar.gz |
Bump to 20.7nb1: depend on latest emacs20.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/leim/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/leim/Makefile b/editors/leim/Makefile index b7c8154e433..0a47f9dc1ff 100644 --- a/editors/leim/Makefile +++ b/editors/leim/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2001/02/16 14:40:51 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2003/01/12 02:29:37 wiz Exp $ DISTNAME= leim-${VERSION} +PKGREVISION= 1 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GNU:=emacs/} DISTFILES= emacs-${VERSION}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX} @@ -9,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}:../emacs +DEPENDS+= emacs-${VERSION}nb1:../emacs GNU_CONFIGURE= yes USE_GMAKE= yes |