diff options
author | leot <leot@pkgsrc.org> | 2015-08-24 13:42:28 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2015-08-24 13:42:28 +0000 |
commit | c790a224722d2834b92cb86e95e796e365784ad9 (patch) | |
tree | bf07653c88dce9dc25f6a59cf7ce429d4d017b2d /www/w3m/Makefile | |
parent | 91563aeea6b47a4f456fb13b75766170032a76fa (diff) | |
download | pkgsrc-c790a224722d2834b92cb86e95e796e365784ad9.tar.gz |
Add a patch that fixes a deprecated use of defined(). Now w3mman works again.
PKGREVISION++.
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 6095e32a078..1aad7573581 100644 --- a/www/w3m/Makefile +++ b/www/w3m/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.73 2015/06/12 10:52:16 wiz Exp $ +# $NetBSD: Makefile,v 1.74 2015/08/24 13:42:28 leot Exp $ PKGNAME= w3m-${W3M_VERS} -PKGREVISION= 14 +PKGREVISION= 15 COMMENT= Multilingualized version of a pager/text-based browser w3m CONFLICTS+= w3m-img-[0-9]* |