diff options
author | obache <obache@pkgsrc.org> | 2013-12-09 14:17:41 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-12-09 14:17:41 +0000 |
commit | c1522519b646750987810a08413a83d66de13537 (patch) | |
tree | cb3e9b5798f6683a2dd220782d0a35df112806fa /www/wApua/Makefile | |
parent | 69575166e088e2a3bca09925d372c98adf66202a (diff) | |
download | pkgsrc-c1522519b646750987810a08413a83d66de13537.tar.gz |
Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.
Bump PKGREVISION for runtime dependency pattern changed packages.
Diffstat (limited to 'www/wApua/Makefile')
-rw-r--r-- | www/wApua/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/wApua/Makefile b/www/wApua/Makefile index f6d5750ab75..d65dc757455 100644 --- a/www/wApua/Makefile +++ b/www/wApua/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2013/05/31 12:42:54 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2013/12/09 14:17:56 obache Exp $ # DISTNAME= wApua-0.05.1 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= www MASTER_SITES= http://fsinfo.cs.uni-sb.de/~abe/wApua/ @@ -14,7 +14,7 @@ DEPENDS+= p5-URI>=1.03:../../www/p5-URI DEPENDS+= p5-libwww>=5.47:../../www/p5-libwww DEPENDS+= p5-Tk>=800.000:../../x11/p5-Tk DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser -DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64 +DEPENDS+= {perl>=5.7.3,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64 DEPENDS+= p5-Net-[0-9]*:../../net/p5-Net PERL5_PACKLIST= auto/wApua/.packlist |