diff options
author | wiz <wiz@pkgsrc.org> | 2015-11-20 21:07:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-11-20 21:07:25 +0000 |
commit | 2c2dd13a1d52a43bfe399584858ac3b4ca915209 (patch) | |
tree | c87b14f924674ec26a4083c65be658b83a16f456 /www | |
parent | 2fec7b98ca4a0749e58be0a0df6a1207db2888f0 (diff) | |
download | pkgsrc-2c2dd13a1d52a43bfe399584858ac3b4ca915209.tar.gz |
Fix DEPENDS (hi hauke!)
Diffstat (limited to 'www')
-rw-r--r-- | www/netsurf/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/netsurf/Makefile b/www/netsurf/Makefile index ae1ad31937e..efc8ff0bb53 100644 --- a/www/netsurf/Makefile +++ b/www/netsurf/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2015/11/20 13:43:06 hauke Exp $ -# +# $NetBSD: Makefile,v 1.47 2015/11/20 21:07:25 wiz Exp $ DISTNAME= netsurf-all-3.3 PKGNAME= ${DISTNAME:S/-all//} @@ -15,7 +14,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:../../www/p5-HTML-Parser +DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser BUILD_TARGET= build USE_TOOLS+= bison flex gmake perl:build pax pkg-config |