diff options
author | wiz <wiz> | 2003-12-26 19:54:27 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-12-26 19:54:27 +0000 |
commit | cf26398879220cf07630c9ffd58d11ede1305073 (patch) | |
tree | 2315a6eafcd09fe2d58df99f13410ee781c3958a /print | |
parent | f8d410b94173fc4b5a2b63248b93dbc2305ce441 (diff) | |
download | pkgsrc-cf26398879220cf07630c9ffd58d11ede1305073.tar.gz |
Newest teTeX1-sharesrc is 1.0.1, so 1.0.[2-9]*
does not match -- change to 1.0.[1-9]*
Diffstat (limited to 'print')
-rw-r--r-- | print/teTeX1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/teTeX1/Makefile b/print/teTeX1/Makefile index 3f9fe65784f..2548637db2e 100644 --- a/print/teTeX1/Makefile +++ b/print/teTeX1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/12/24 12:58:35 jmmv Exp $ +# $NetBSD: Makefile,v 1.2 2003/12/26 19:54:27 wiz Exp $ # DISTNAME= teTeX-1.0.7 @@ -12,7 +12,7 @@ HOMEPAGE= http://www.tug.org/tetex/ COMMENT= Thomas Esser's TeX distribution for UNIX compatible systems DEPENDS+= teTeX-bin-1.0.[7-9]*:../teTeX1-bin -DEPENDS+= teTeX-sharesrc-1.0.[2-9]*:../teTeX1-sharesrc +DEPENDS+= teTeX-sharesrc-1.0.[1-9]*:../teTeX1-sharesrc DEPENDS+= texi2html>=1.52:../../textproc/texi2html USE_BUILDLINK2= yes |