diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2004-02-04 14:32:22 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2004-02-04 14:32:22 +0000 |
commit | 8be3ddaf53b85296f4523b344bf2b83bb8958119 (patch) | |
tree | a4ce999b22baf22941a912428a14ed44886d24cd /www/w3m/Makefile | |
parent | 2cdf58cef80ae918dbe432e94e6b19378ce91099 (diff) |
Fix the problem that text does not appear in input field with --disable-m17n
configure option.
Reported by: Vasil Dimov <vd@datamax.bg>
Notes
Notes:
svn path=/head/; revision=99965
Diffstat (limited to 'www/w3m/Makefile')
-rw-r--r-- | www/w3m/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/w3m/Makefile b/www/w3m/Makefile index 526ff06c65bf..eab90a36418d 100644 --- a/www/w3m/Makefile +++ b/www/w3m/Makefile @@ -7,7 +7,7 @@ PORTNAME= w3m PORTVERSION= ${W3M_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES+= www ipv6 MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= nobutaka |