diff options
author | manu <manu@pkgsrc.org> | 2001-04-18 21:28:48 +0000 |
---|---|---|
committer | manu <manu@pkgsrc.org> | 2001-04-18 21:28:48 +0000 |
commit | 7bb574048b4589445ab0c0513621fd2cb850be87 (patch) | |
tree | 3620c9c64ed8e0d9cb827c6e24a45f747ea14115 /textproc/xerces-p | |
parent | 581faea09b072da4a94ea5360936a57652a55932 (diff) | |
download | pkgsrc-7bb574048b4589445ab0c0513621fd2cb850be87.tar.gz |
Fixed the xerces-c dependency: xerces-p-1.3.5 works only with xerces-p-1.3.x
Diffstat (limited to 'textproc/xerces-p')
-rw-r--r-- | textproc/xerces-p/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/xerces-p/Makefile b/textproc/xerces-p/Makefile index 6fd9f9c21e6..609ad69ab28 100644 --- a/textproc/xerces-p/Makefile +++ b/textproc/xerces-p/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/04/17 19:58:53 manu Exp $ +# $NetBSD: Makefile,v 1.3 2001/04/18 21:28:48 manu Exp $ # DISTNAME= XML-Xerces-1.3.5 @@ -12,7 +12,7 @@ COMMENT= Validating XML parser API for Perl DEPENDS+= perl>={5.00560,5.6.0}:../../lang/perl5 DEPENDS+= perl-base>=5.6.0nb1:../../lang/perl5-base DEPENDS+= swig>=1.1p5:../../devel/swig -DEPENDS+= xerces-c>=1.3.0:../../textproc/xerces-c +DEPENDS+= xerces-c-1.3.*:../../textproc/xerces-c DEPENDS+= icu>=1.7:../../textproc/icu USE_PERL5= # defined |