diff options
author | wiz <wiz> | 2004-10-28 11:49:07 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-10-28 11:49:07 +0000 |
commit | eac0e80d93e3b72a9513435252613a465c5bea46 (patch) | |
tree | b86f93899848c24ca1047dec647dbac57ae3eb04 /editors/leim20 | |
parent | 12f2649624edbfce229e920c3893f84cb6c19118 (diff) | |
download | pkgsrc-eac0e80d93e3b72a9513435252613a465c5bea46.tar.gz |
Fix depends, bump PKGREVISION.
Diffstat (limited to 'editors/leim20')
-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 522bdc0e315..26400c6827f 100644 --- a/editors/leim20/Makefile +++ b/editors/leim20/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2004/04/05 13:47:55 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2004/10/28 11:50:07 wiz Exp $ DISTNAME= leim-${VERSION} -PKGREVISION= 3 +PKGREVISION= 4 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}nb3:../emacs20 +DEPENDS+= emacs-${VERSION}nb4:../emacs20 WRKSRC= ${WRKDIR}/emacs-20.7/leim GNU_CONFIGURE= yes |