diff options
author | wiz <wiz@pkgsrc.org> | 2005-02-17 00:42:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-02-17 00:42:10 +0000 |
commit | 7442ebd34f2cb11197e558e9272fb871f1ba4304 (patch) | |
tree | b364d99274e57b245d3ba8a38e83a5885cefba44 /editors/leim20/Makefile | |
parent | 1e6cf8fc42b892d3127eec12539d95dcce5841cd (diff) | |
download | pkgsrc-7442ebd34f2cb11197e558e9272fb871f1ba4304.tar.gz |
Let leim-20.7nb5 depend on emacs-20.7nb5.
Diffstat (limited to 'editors/leim20/Makefile')
-rw-r--r-- | editors/leim20/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/leim20/Makefile b/editors/leim20/Makefile index 26400c6827f..2e25af4b458 100644 --- a/editors/leim20/Makefile +++ b/editors/leim20/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2004/10/28 11:50:07 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2005/02/17 00:42:10 wiz Exp $ DISTNAME= leim-${VERSION} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GNU:=emacs/} DISTFILES= emacs-${VERSION}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX} @@ -10,7 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.gnu.org/software/emacs/emacs.html COMMENT= Libraries of Emacs Input Methods -DEPENDS+= emacs-${VERSION}nb4:../emacs20 +DEPENDS+= emacs-${VERSION}nb5:../emacs20 WRKSRC= ${WRKDIR}/emacs-20.7/leim GNU_CONFIGURE= yes |