diff options
author | wiz <wiz@pkgsrc.org> | 2001-07-27 11:23:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-07-27 11:23:20 +0000 |
commit | ba68f53a5a67990c98ea7673dce78f767f640058 (patch) | |
tree | 55b59d3be8f6db300de1de6eddaae044989a22a0 /textproc | |
parent | 6173abf93eb4a3b5ac0755f5e0b35002ad4710a7 (diff) | |
download | pkgsrc-ba68f53a5a67990c98ea7673dce78f767f640058.tar.gz |
Unwildcard non-dewey dependency.
Diffstat (limited to 'textproc')
-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 0a706c20ea1..18cd1c826bf 100644 --- a/textproc/xerces-p/Makefile +++ b/textproc/xerces-p/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/04/26 13:57:23 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2001/07/27 11:23:20 wiz Exp $ # DISTNAME= XML-Xerces-1.3.5 @@ -9,7 +9,7 @@ MAINTAINER= manu@netbsd.org HOMEPAGE= http://xml.apache.org/xerces-p/ COMMENT= Validating XML parser API for Perl -DEPENDS+= swig>=1.1p5:../../devel/swig +DEPENDS+= swig-1.1p5:../../devel/swig DEPENDS+= xerces-c-1.3.*:../../textproc/xerces-c DEPENDS+= icu>=1.7:../../textproc/icu |