summaryrefslogtreecommitdiff
path: root/www/netsurf
diff options
context:
space:
mode:
authorhauke <hauke@pkgsrc.org>2015-11-20 13:43:06 +0000
committerhauke <hauke@pkgsrc.org>2015-11-20 13:43:06 +0000
commit3bf28e4d8998a637db59b5058db3c0e5092dc845 (patch)
tree59d2efcdfdad57123541892b96d538449e5b3990 /www/netsurf
parent1b3bf286ed1bbb674c0c4b45c4c37eb025d9f0ba (diff)
downloadpkgsrc-3bf28e4d8998a637db59b5058db3c0e5092dc845.tar.gz
We need HTML/Entities.pm, provided by www/p5-HTML-Parser, for menu
text. The build log even says so,
Diffstat (limited to 'www/netsurf')
-rw-r--r--www/netsurf/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/netsurf/Makefile b/www/netsurf/Makefile
index 25f663a6bce..ae1ad31937e 100644
--- a/www/netsurf/Makefile
+++ b/www/netsurf/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.45 2015/11/11 16:20:42 leot Exp $
+# $NetBSD: Makefile,v 1.46 2015/11/20 13:43:06 hauke Exp $
#
DISTNAME= netsurf-all-3.3
PKGNAME= ${DISTNAME:S/-all//}
+PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= http://download.netsurf-browser.org/netsurf/releases/source-full/
@@ -14,6 +15,8 @@ LICENSE= gnu-gpl-v2 AND mit
BUILD_DEPENDS+= lemon>=1.0:../../devel/lemon
BUILD_DEPENDS+= re2c>=0.12:../../devel/re2c
+DEPENDS+= p5-HTML-Parser:../../www/p5-HTML-Parser
+
BUILD_TARGET= build
USE_TOOLS+= bison flex gmake perl:build pax pkg-config