diff options
author | uebayasi <uebayasi> | 2002-09-15 13:09:36 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2002-09-15 13:09:36 +0000 |
commit | c5122465d372793a756410c24493a4fb4d2425d4 (patch) | |
tree | a20f2714cb9bdca6e04b86f86a0c87b32d9a258f /www/w3m/Makefile | |
parent | a71abdabd16862bd7432f7a7da1a71cc99f010f4 (diff) | |
download | pkgsrc-c5122465d372793a756410c24493a4fb4d2425d4.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]* |