diff options
author | leot <leot> | 2015-11-22 20:21:11 +0000 |
---|---|---|
committer | leot <leot> | 2015-11-22 20:21:11 +0000 |
commit | 254fd3036644d71db98b37e2a8c1f4356a34c5fc (patch) | |
tree | 9df59364233da9c9736c3a8522c1a7f68102a751 /www | |
parent | 60b60726aea3872e278dfa2a53653a3e09f2c9b1 (diff) | |
download | pkgsrc-254fd3036644d71db98b37e2a8c1f4356a34c5fc.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')
-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 |