diff options
author | jlam <jlam@pkgsrc.org> | 2008-03-05 18:01:50 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2008-03-05 18:01:50 +0000 |
commit | 13b9acb77fcdb9934f6ae2d296f1f5c9b4e15eb3 (patch) | |
tree | 9c41cf7f86a6428f8c2b8ac34c8ef0b0b2227f03 /www/w3m/Makefile | |
parent | f9cbf5625083b6f5d5b1807719075e46e2f7403a (diff) | |
download | pkgsrc-13b9acb77fcdb9934f6ae2d296f1f5c9b4e15eb3.tar.gz |
+ Include termcap.buildlink3.mk instead of using ${OPSYS} to guess at
the right terminal library.
Bump the PKGREVISION of www/w3m and www/w3m-img to 2.
Diffstat (limited to 'www/w3m/Makefile')
-rw-r--r-- | www/w3m/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/w3m/Makefile b/www/w3m/Makefile index ae8a5d84455..a5c57af31a0 100644 --- a/www/w3m/Makefile +++ b/www/w3m/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.54 2008/01/18 05:09:54 tnn Exp $ +# $NetBSD: Makefile,v 1.55 2008/03/05 18:01:50 jlam Exp $ # PKGNAME= w3m-${W3M_VERS} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Multilingualized version of a pager/text-based browser w3m CONFLICTS+= w3m-img-[0-9]* |