summaryrefslogtreecommitdiff
path: root/textproc/xalan-c
diff options
context:
space:
mode:
authormanu <manu@pkgsrc.org>2001-04-19 20:02:32 +0000
committermanu <manu@pkgsrc.org>2001-04-19 20:02:32 +0000
commit65c1175e78ca81e5cc5cb01253e2f577a575a85b (patch)
treeac98e9e76b65ad5018c3e8d90a17de32a11ca0c3 /textproc/xalan-c
parent2505570ce29640c05055273e65733456e6b877a0 (diff)
downloadpkgsrc-65c1175e78ca81e5cc5cb01253e2f577a575a85b.tar.gz
Updated dependency: Xalan-C-1.0 only works with Xerces-C-1.3.x
Diffstat (limited to 'textproc/xalan-c')
-rw-r--r--textproc/xalan-c/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/xalan-c/Makefile b/textproc/xalan-c/Makefile
index 7ced5cdb6c8..3a185389075 100644
--- a/textproc/xalan-c/Makefile
+++ b/textproc/xalan-c/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/02/17 17:37:56 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2001/04/19 20:02:32 manu Exp $
#
DISTNAME= Xalan-C_1_0-linux
@@ -11,7 +11,7 @@ HOMEPAGE= http://xml.apache.org/xalan-c/
COMMENT= the Apache Project's XSLT implementation
DEPENDS+= icu>=1.7:../../textproc/icu
-DEPENDS+= xerces-c>=1.3.0:../../textproc/xerces-c
+DEPENDS+= xerces-c-1.3.*:../../textproc/xerces-c
WRKSRC= ${WRKDIR}/xml-xalan/c/src
GNU_CONFIGURE= YES