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-img | |
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-img')
-rw-r--r-- | www/w3m-img/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/w3m-img/Makefile b/www/w3m-img/Makefile index 2716568982d..ae5842882a2 100644 --- a/www/w3m-img/Makefile +++ b/www/w3m-img/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2008/01/18 05:09:54 tnn Exp $ +# $NetBSD: Makefile,v 1.16 2008/03/05 18:01:50 jlam Exp $ # PKGNAME= w3m-img-${W3M_VERS} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Multilingualized version of a pager/text-based browser w3m with inline image support CONFLICTS+= w3m-[0-9]* |