diff options
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 |