diff options
author | kei <kei@pkgsrc.org> | 2002-03-04 15:55:33 +0000 |
---|---|---|
committer | kei <kei@pkgsrc.org> | 2002-03-04 15:55:33 +0000 |
commit | f4d7478cfd64324d997554789f352b07d72011e0 (patch) | |
tree | 77b5df93574cfa5060b6d152408103374fc7a2e5 /www/w3m/Makefile | |
parent | 079c698258c0f0bc984295f60b769869d6ed244f (diff) | |
download | pkgsrc-f4d7478cfd64324d997554789f352b07d72011e0.tar.gz |
* now handles integrated/package version of the openssl properly. problem
found and noticed by IWAMOTO Toshihiro via private message. Thanks!
* by above fix, bump the package version to 0.2.5-m17n-20020216nb1.
Diffstat (limited to 'www/w3m/Makefile')
-rw-r--r-- | www/w3m/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/w3m/Makefile b/www/w3m/Makefile index 2411830db4b..64dd4f62bb3 100644 --- a/www/w3m/Makefile +++ b/www/w3m/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.30 2002/03/02 00:08:15 kei Exp $ +# $NetBSD: Makefile,v 1.31 2002/03/04 15:55:33 kei Exp $ # DISTNAME= w3m-0.2.5-m17n-20020216 PKGNAME= w3m-0.2.5 +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= http://www2u.biglobe.ne.jp/~hsaka/w3m/patch/ |