diff options
author | leot <leot@pkgsrc.org> | 2015-11-22 20:21:11 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2015-11-22 20:21:11 +0000 |
commit | 21c6e45c8c30ce191d44af23a0133ba64efd63eb (patch) | |
tree | 9df59364233da9c9736c3a8522c1a7f68102a751 /www/netsurf | |
parent | 34c360e637c3b3e9ce1d5dd021b61a1cea46765b (diff) | |
download | pkgsrc-21c6e45c8c30ce191d44af23a0133ba64efd63eb.tar.gz |
Convert p5-HTML-Parser to a build dependency and bump PKGREVISION.
HTML::Entities seems used just in the build phase by
netsurf/utils/split-messages.pl.
Discussed with hauke@
Diffstat (limited to 'www/netsurf')
-rw-r--r-- | www/netsurf/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/netsurf/Makefile b/www/netsurf/Makefile index efc8ff0bb53..c58790d3e40 100644 --- a/www/netsurf/Makefile +++ b/www/netsurf/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.47 2015/11/20 21:07:25 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2015/11/22 20:21:11 leot Exp $ DISTNAME= netsurf-all-3.3 PKGNAME= ${DISTNAME:S/-all//} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www MASTER_SITES= http://download.netsurf-browser.org/netsurf/releases/source-full/ @@ -13,8 +13,7 @@ LICENSE= gnu-gpl-v2 AND mit BUILD_DEPENDS+= lemon>=1.0:../../devel/lemon BUILD_DEPENDS+= re2c>=0.12:../../devel/re2c - -DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser +BUILD_DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser BUILD_TARGET= build USE_TOOLS+= bison flex gmake perl:build pax pkg-config |