diff options
author | salo <salo@pkgsrc.org> | 2003-06-03 22:31:03 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-06-03 22:31:03 +0000 |
commit | df720ce4d16b9cdbb2622f7a7a74a63f0568a1ea (patch) | |
tree | fa0c9a42ac6bddbff63989891244af4c7ed41fd5 /textproc | |
parent | 97e5924a30f0923c3a73ad5d194e69c0dd172b39 (diff) | |
download | pkgsrc-df720ce4d16b9cdbb2622f7a7a74a63f0568a1ea.tar.gz |
PKGREVISION++
- add missing dependency on p5-DBD-XBase, dbfcstocs now functions properly
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Cz-Cstools/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/p5-Cz-Cstools/Makefile b/textproc/p5-Cz-Cstools/Makefile index ca81cde29a9..fc57244a6a0 100644 --- a/textproc/p5-Cz-Cstools/Makefile +++ b/textproc/p5-Cz-Cstools/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2003/01/15 11:43:26 salo Exp $ +# $NetBSD: Makefile,v 1.4 2003/06/03 22:31:03 salo Exp $ # DISTNAME= Cstools-3.42 PKGNAME= p5-Cz-${DISTNAME} +PKGREVISION= 1 SVR4_PKGNAME= p5cst CATEGORIES= textproc converters perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Cz/} @@ -12,6 +13,7 @@ HOMEPAGE= http://www.fi.muni.cz/~adelton/perl/ COMMENT= Tools for dealing with Czech and Slovak texts in Perl DEPENDS+= p5-MIME-tools>=5.411.1:../../mail/p5-MIME-tools +DEPENDS+= p5-DBD-XBase>=0.232:../../databases/p5-DBD-XBase USE_BUILDLINK2= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Cz/.packlist |