diff options
author | wiz <wiz> | 2003-07-03 13:15:02 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-07-03 13:15:02 +0000 |
commit | 74e26a38b4cc66ca90b6112fbc5128109f4d26c1 (patch) | |
tree | 77e6e4fbdbb0568cd1ed5fd1942af81d0cf0c3d0 | |
parent | c7e85dee20688b0fdf19ef42cf11452b0c0df296 (diff) | |
download | pkgsrc-74e26a38b4cc66ca90b6112fbc5128109f4d26c1.tar.gz |
Wildcard dependency.
-rw-r--r-- | print/ja-ptex/Makefile | 4 | ||||
-rw-r--r-- | textproc/xalan-c/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/print/ja-ptex/Makefile b/print/ja-ptex/Makefile index 5f864203e5a..c592d7bffd0 100644 --- a/print/ja-ptex/Makefile +++ b/print/ja-ptex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/03/22 15:54:04 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2003/07/03 13:15:02 wiz Exp $ DISTNAME= ja-ptex-1.0 CATEGORIES= meta-pkgs print japanese @@ -10,7 +10,7 @@ COMMENT= meta-package for pTeX et al, supports Japanese language DEPENDS+= ja-ptex-bin>=3.1.2:../../print/ja-ptex-bin DEPENDS+= ja-jsclasses>=0.0.0.20021127:../../print/ja-jsclasses -DEPENDS+= ja-vfxdvik-22.40v.j1.14:../../print/ja-vfxdvik +DEPENDS+= ja-vfxdvik>=22.40v.j1.14:../../print/ja-vfxdvik DEPENDS+= dvipdfmx>=0.0.0.20021230nb1:../../print/dvipdfmx USE_X11= yes diff --git a/textproc/xalan-c/Makefile b/textproc/xalan-c/Makefile index 7069f2192af..15f43370772 100644 --- a/textproc/xalan-c/Makefile +++ b/textproc/xalan-c/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/06/02 01:16:23 jschauma Exp $ +# $NetBSD: Makefile,v 1.7 2003/07/03 13:15:28 wiz Exp $ # DISTNAME= Xalan-C_1_0-linux @@ -12,7 +12,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.*:../../textproc/xerces-c +DEPENDS+= xerces-c>=1.3.0:../../textproc/xerces-c GNU_CONFIGURE= YES USE_GMAKE= YES |