diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2002-09-15 13:09:36 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2002-09-15 13:09:36 +0000 |
commit | 244ea6c5e6a42d065b468dbad1c0d390d2a17b2b (patch) | |
tree | a20f2714cb9bdca6e04b86f86a0c87b32d9a258f /www/w3m/Makefile | |
parent | 883003aa023461c8c5e0fed356a7bd241e21efba (diff) | |
download | pkgsrc-244ea6c5e6a42d065b468dbad1c0d390d2a17b2b.tar.gz |
Update to w3m 0.3.1 - 2002-07-16.
Changes:
* func: REINIT
INIT_MAILCAP deleted, use REINIT MAILCAP instead
* func: DEFINE_KEY
* rc: keymap_file
* rc: use_dictcommand, dictcommand
* rc: mark_all_pages
* configure: -mandir
* func: COMMAND
* -title option: set buffer name to terminal title
* X-Face support: USE_XFACE, require uncompface
Diffstat (limited to 'www/w3m/Makefile')
-rw-r--r-- | www/w3m/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/w3m/Makefile b/www/w3m/Makefile index 2502e501fa3..c3cd395da9a 100644 --- a/www/w3m/Makefile +++ b/www/w3m/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.38 2002/08/25 21:52:23 jlam Exp $ +# $NetBSD: Makefile,v 1.39 2002/09/15 13:09:36 uebayasi Exp $ # PKGNAME= w3m-${W3M_BASE_VERS} -PKGREVISION= 2 COMMENT= multilingualized version of a pager/text-based browser w3m CONFLICTS+= w3m-img-[0-9]* |