pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/leim20 Follow up commit. As wiz@ noticed, just...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/633f1396e8ad
branches:  trunk
changeset: 505540:633f1396e8ad
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Jan 04 16:58:13 2006 +0000

description:
Follow up commit. As wiz@ noticed, just dropping the nb part means
an exact match on the base version, so explicitly allow any revision.
The pattern was suggested by jlam@.

diffstat:

 editors/leim20/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f3d837c69a50 -r 633f1396e8ad editors/leim20/Makefile
--- a/editors/leim20/Makefile   Wed Jan 04 15:53:15 2006 +0000
+++ b/editors/leim20/Makefile   Wed Jan 04 16:58:13 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2006/01/04 14:11:13 joerg Exp $
+# $NetBSD: Makefile,v 1.12 2006/01/04 16:58:13 joerg Exp $
 
 DISTNAME=      leim-${VERSION}
 PKGREVISION=   5
@@ -10,7 +10,7 @@
 HOMEPAGE=      http://www.gnu.org/software/emacs/emacs.html
 COMMENT=       Libraries of Emacs Input Methods
 
-DEPENDS+=      emacs-${VERSION}:../../editors/emacs20
+DEPENDS+=      emacs-${VERSION}{,nb[0-9]*}:../../editors/emacs20
 
 WRKSRC=                ${WRKDIR}/emacs-20.7/leim
 GNU_CONFIGURE= yes



Home | Main Index | Thread Index | Old Index