diff options
author | wiz <wiz@pkgsrc.org> | 2011-05-11 16:46:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-05-11 16:46:15 +0000 |
commit | d3d63040bd2763eefd8a31e3860bbc4c94f9ec28 (patch) | |
tree | d37ee2d6a2a66297d0e7204a6325da31e10b4452 /www/links-gui | |
parent | 5671cdae41be3a1f08bbfdd780c576012c63ba17 (diff) | |
download | pkgsrc-d3d63040bd2763eefd8a31e3860bbc4c94f9ec28.tar.gz |
Fix a bug in png handling using a patch from John Bowler <jbowler@acm.org>.
Addresses PR 44940.
Bump PKGREVISION for links-gui.
Diffstat (limited to 'www/links-gui')
-rw-r--r-- | www/links-gui/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/links-gui/Makefile b/www/links-gui/Makefile index efb91e82806..8a74180e959 100644 --- a/www/links-gui/Makefile +++ b/www/links-gui/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.63 2011/05/02 13:17:47 wiz Exp $ +# $NetBSD: Makefile,v 1.64 2011/05/11 16:46:16 wiz Exp $ # PKGNAME= ${DISTNAME:S/links/&-gui/} +PKGREVISION= 1 COMMENT= Lynx-like text and graphics WWW browser CONFLICTS+= links-[0-9]* elinks-0.3* |