diff options
author | wiz <wiz@pkgsrc.org> | 2007-04-01 08:37:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-04-01 08:37:29 +0000 |
commit | 9390ae394a0422a11f7d7690c677103f415f95be (patch) | |
tree | fde4ed83bef78bd466858ce7224a34ab7a4d997d /mail | |
parent | 21374f83190e7105c6a7512a76470ff0651d7e00 (diff) | |
download | pkgsrc-9390ae394a0422a11f7d7690c677103f415f95be.tar.gz |
Fix dependeny on emacs-w3m -- there is no version 1.19, and the
PKGNAME was wrong. Depend on 1.4 instead.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/wl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/wl/Makefile b/mail/wl/Makefile index 0e2fe7aab15..0110f5d8657 100644 --- a/mail/wl/Makefile +++ b/mail/wl/Makefile @@ -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}apel>=10.6:../../devel/apel 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 |