diff options
author | joerg <joerg@pkgsrc.org> | 2006-01-04 14:11:13 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-01-04 14:11:13 +0000 |
commit | b04d9ab72be9268d79e02fa05c2acce7e6e4379a (patch) | |
tree | 3c3998a6f76a190fb4f97fb17206868bd65bd67a /editors | |
parent | ed04e9131ac867c3f796508143b71921bc982bd0 (diff) | |
download | pkgsrc-b04d9ab72be9268d79e02fa05c2acce7e6e4379a.tar.gz |
Don't hard-code revision of emacs20 in DEPENDS.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/leim20/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/leim20/Makefile b/editors/leim20/Makefile index 5a905931c75..b90219dea5b 100644 --- a/editors/leim20/Makefile +++ b/editors/leim20/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/07/19 10:18:59 grant Exp $ +# $NetBSD: Makefile,v 1.11 2006/01/04 14:11:13 joerg Exp $ DISTNAME= leim-${VERSION} PKGREVISION= 5 @@ -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}nb5:../../editors/emacs20 +DEPENDS+= emacs-${VERSION}:../../editors/emacs20 WRKSRC= ${WRKDIR}/emacs-20.7/leim GNU_CONFIGURE= yes |