diff options
author | kei <kei> | 2005-05-05 20:50:49 +0000 |
---|---|---|
committer | kei <kei> | 2005-05-05 20:50:49 +0000 |
commit | 4f792218651b59c18e2f7b0385a61f5c21e4a6b4 (patch) | |
tree | 1b127bbeb02012ee3204d1a20ac97c6a15595876 /www/w3m-img | |
parent | 475b11cc772dd045be851ab88c3df36f9ca02c6e (diff) | |
download | pkgsrc-4f792218651b59c18e2f7b0385a61f5c21e4a6b4.tar.gz |
fix/improvement from Jeremy C. Reed.
- honor PKG_SYSCONFDIR.
- --with-termlib=ncurses is needed under linux.
- specify ${MAIL_CMD}, not 'Mail' directly as mailer.
bump PKGREVISION.
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 93b0437af95..0b170d0109c 100644 --- a/www/w3m-img/Makefile +++ b/www/w3m-img/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2004/12/28 23:18:18 reed Exp $ +# $NetBSD: Makefile,v 1.9 2005/05/05 20:50:49 kei Exp $ # PKGNAME= w3m-img-${W3M_VERS} -PKGREVISION= 2 +PKGREVISION= 3 COMMENT= Multilingualized version of a pager/text-based browser w3m with inline image support CONFLICTS+= w3m-[0-9]* |