diff options
author | obache <obache@pkgsrc.org> | 2011-05-19 05:51:42 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-05-19 05:51:42 +0000 |
commit | 009076f0ef68beb5e4a9552ed6a381088fb216ff (patch) | |
tree | 3357143c6f554d621ca0b45701bc9fa432941559 /textproc/p5-PDF-Reuse | |
parent | 6acb4caf133563004f15951acb6763e0e3dabb62 (diff) | |
download | pkgsrc-009076f0ef68beb5e4a9552ed6a381088fb216ff.tar.gz |
Fixes DEPENDS pattern
* need surround {} with multiple pkgname.
* need -[0-9]* to allow all version.
Diffstat (limited to 'textproc/p5-PDF-Reuse')
-rw-r--r-- | textproc/p5-PDF-Reuse/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/textproc/p5-PDF-Reuse/Makefile b/textproc/p5-PDF-Reuse/Makefile index cff882e4229..00fc7e263f2 100644 --- a/textproc/p5-PDF-Reuse/Makefile +++ b/textproc/p5-PDF-Reuse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2011/05/19 04:57:45 obache Exp $ +# $NetBSD: Makefile,v 1.3 2011/05/19 05:51:42 obache Exp $ DISTNAME= PDF-Reuse-0.35 PKGNAME= p5-${DISTNAME} @@ -10,10 +10,10 @@ HOMEPAGE= http://search.cpan.org/dist/PDF-Reuse/ COMMENT= Reuse and mass produce PDF documents LICENSE= ${PERL5_LICENSE} -DEPENDS+= perl>=5.9.3,p5-IO-Compress:../../devel/p5-IO-Compress -DEPENDS+= perl>=5.7.3,p5-Digest-MD5:../../security/p5-Digest-MD5 -DEPENDS+= p5-Text-PDF:../../textproc/p5-Text-PDF -DEPENDS+= p5-Font-TTF:../../fonts/p5-Font-TTF +DEPENDS+= {perl>=5.9.3,p5-IO-Compress-[0-9]*}:../../devel/p5-IO-Compress +DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]}}:../../security/p5-Digest-MD5 +DEPENDS+= p5-Text-PDF-[0-9]*:../../textproc/p5-Text-PDF +DEPENDS+= p5-Font-TTF-[0-9]*:../../fonts/p5-Font-TTF USE_LANGUAGES= # empty PERL5_PACKLIST= auto/PDF/Reuse/.packlist |