pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/wl Fix dependeny on emacs-w3m -- there is no vers...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/32e8dfff639a
branches:  trunk
changeset: 527227:32e8dfff639a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Apr 01 08:37:29 2007 +0000

description:
Fix dependeny on emacs-w3m -- there is no version 1.19, and the
PKGNAME was wrong. Depend on 1.4 instead.

diffstat:

 mail/wl/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2fe4c4603000 -r 32e8dfff639a mail/wl/Makefile
--- a/mail/wl/Makefile  Sun Apr 01 02:02:09 2007 +0000
+++ b/mail/wl/Makefile  Sun Apr 01 08:37:29 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2007/03/23 02:43:22 jnemeth Exp $
+# $NetBSD: Makefile,v 1.35 2007/04/01 08:37:29 wiz Exp $
 
 DISTNAME=      wl-2.14.0
 PKGNAME=       ${EMACS_PKGNAME_PREFIX}${DISTNAME}
@@ -19,7 +19,7 @@
 DEPENDS+=      ${EMACS_PKGNAME_PREFIX}bbdb-[0-9]*:../../misc/bbdb
 .endif
 DEPENDS+=      ${EMACS_PKGNAME_PREFIX}flim>=1.14.7:../../devel/flim
-DEPENDS+=      ${EMACS_PKGNAME_PREFIX}emacs-w3m>=1.19:../../www/emacs-w3m
+DEPENDS+=      emacs-w3m>=1.4:../../www/emacs-w3m
 
 EMACS_VERSIONS_ACCEPTED=       emacs21 emacs21nox emacs20 xemacs214
 



Home | Main Index | Thread Index | Old Index