diff options
author | joerg <joerg@pkgsrc.org> | 2011-05-27 23:28:45 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2011-05-27 23:28:45 +0000 |
commit | 7f7c56ecbeb6639cc42b23cbb75d01310d947b7f (patch) | |
tree | bac07af204c5668b74957db98ed68c187eb02ed8 /textproc/p5-PDF-Reuse-Barcode/Makefile | |
parent | 9ada7b93054466943f22a5a370df091aba48a566 (diff) | |
download | pkgsrc-7f7c56ecbeb6639cc42b23cbb75d01310d947b7f.tar.gz |
Fix dependency patterns
Diffstat (limited to 'textproc/p5-PDF-Reuse-Barcode/Makefile')
-rw-r--r-- | textproc/p5-PDF-Reuse-Barcode/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/p5-PDF-Reuse-Barcode/Makefile b/textproc/p5-PDF-Reuse-Barcode/Makefile index d0fb02a360a..8b8aa15874c 100644 --- a/textproc/p5-PDF-Reuse-Barcode/Makefile +++ b/textproc/p5-PDF-Reuse-Barcode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/05/17 22:09:48 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.2 2011/05/27 23:28:45 joerg Exp $ DISTNAME= PDF-Reuse-Barcode-0.06 PKGNAME= p5-${DISTNAME} @@ -10,9 +10,9 @@ HOMEPAGE= http://search.cpan.org/dist/PDF-Reuse-Barcode/ COMMENT= Create barcodes for PDF documents with PDF::Reuse LICENSE= ${PERL5_LICENSE} -DEPENDS+= p5-PDF-Reuse:../../textproc/p5-PDF-Reuse -DEPENDS+= p5-GD-Barcode:../../graphics/p5-GD-Barcode -DEPENDS+= p5-Barcode-Code128:../../graphics/p5-Barcode-Code128 +DEPENDS+= p5-PDF-Reuse-[0-9]*:../../textproc/p5-PDF-Reuse +DEPENDS+= p5-GD-Barcode-[0-9]*:../../graphics/p5-GD-Barcode +DEPENDS+= p5-Barcode-Code128-[0-9]*:../../graphics/p5-Barcode-Code128 USE_LANGUAGES= # empty PERL5_PACKLIST= auto/PDF/Reuse/Barcode/.packlist |