diff options
author | kei <kei> | 2003-04-16 23:25:55 +0000 |
---|---|---|
committer | kei <kei> | 2003-04-16 23:25:55 +0000 |
commit | c267f9e4c5156c62b95a6c0b88bf2db569fb263a (patch) | |
tree | 1183a51b14556ed74af3fad20a6fde16b0cadd64 /editors | |
parent | 732ffec1370380767f597f5d53f5a295294eb825 (diff) | |
download | pkgsrc-c267f9e4c5156c62b95a6c0b88bf2db569fb263a.tar.gz |
Accept emacs' version equals to of leim itself, or later as well. Fixes
installation problem.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/leim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/leim/Makefile b/editors/leim/Makefile index 1f2a59098a6..3c87aa618e2 100644 --- a/editors/leim/Makefile +++ b/editors/leim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2003/04/12 14:15:07 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2003/04/16 23:25:55 kei Exp $ DISTNAME= leim-${VERSION} WRKSRC= ${WRKDIR}/emacs-${VERSION}/leim @@ -10,7 +10,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/emacs/emacs.html COMMENT= Libraries of Emacs Input Methods (for emacs21) -DEPENDS+= emacs-${VERSION}:../emacs +DEPENDS+= emacs>=${VERSION}:../emacs GNU_CONFIGURE= yes USE_GMAKE= yes |