diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2004-04-20 14:24:41 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2004-04-20 14:24:41 +0000 |
commit | e84333b15e30f820742bd3fa2999d4b60e6acca7 (patch) | |
tree | 399715ac7e7873b1b6424e3610577d1f7b0290a0 /www/w3m/Makefile.common | |
parent | 07f145666164f7340adaa39294f9dfc9440e6dae (diff) | |
download | pkgsrc-e84333b15e30f820742bd3fa2999d4b60e6acca7.tar.gz |
Bump revision; now Unicode support is optional, and the default is changed
to disable Unicode.
Diffstat (limited to 'www/w3m/Makefile.common')
-rw-r--r-- | www/w3m/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/w3m/Makefile.common b/www/w3m/Makefile.common index ce04664b626..6192e14775e 100644 --- a/www/w3m/Makefile.common +++ b/www/w3m/Makefile.common @@ -1,7 +1,8 @@ -# $NetBSD: Makefile.common,v 1.25 2004/04/20 14:21:19 uebayasi Exp $ +# $NetBSD: Makefile.common,v 1.26 2004/04/20 14:24:41 uebayasi Exp $ # DISTNAME= w3m-${W3M_VERS} +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=w3m/} |