diff options
author | uebayasi <uebayasi> | 2004-04-20 14:24:41 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2004-04-20 14:24:41 +0000 |
commit | 292bc204edec1f72fca6c7154bccc10f75f33de8 (patch) | |
tree | 399715ac7e7873b1b6424e3610577d1f7b0290a0 /www | |
parent | 71a25c608a210a820184ccafa4faa1d0dd03e6b0 (diff) | |
download | pkgsrc-292bc204edec1f72fca6c7154bccc10f75f33de8.tar.gz |
Bump revision; now Unicode support is optional, and the default is changed
to disable Unicode.
Diffstat (limited to 'www')
-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/} |