diff options
author | hubertf <hubertf> | 2005-02-11 01:02:42 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2005-02-11 01:02:42 +0000 |
commit | 92904717da7bf29142890c6082a26efeb747ff2f (patch) | |
tree | b2d6fe9ccd3cd49c188976538084f6756a38480b /print | |
parent | 4f2ffb33acd5042db7cbcd22b9eb0a3666d13c5c (diff) | |
download | pkgsrc-92904717da7bf29142890c6082a26efeb747ff2f.tar.gz |
Actually pull in teTeX(2, not 1!) *if* someone really needs this.
This pkg will go away when we have teTeX3.
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-textpos/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/tex-textpos/Makefile b/print/tex-textpos/Makefile index aa3b4f65039..823f617383c 100644 --- a/print/tex-textpos/Makefile +++ b/print/tex-textpos/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/02/10 01:23:59 hubertf Exp $ +# $NetBSD: Makefile,v 1.10 2005/02/11 01:02:42 hubertf Exp $ # NAME= textpos @@ -17,7 +17,7 @@ DIST_SUBDIR= ${NAME} DISTFILES= textpos.ins LICENCE README textpos.dtx VERSION # included in teTeX3 -DEPENDS+= teTeX-bin<3.0:../../print/teTeX1-bin +DEPENDS+= teTeX-bin<3.0:../../print/teTeX-bin CONFLICTS+= teTeX-bin>=3.0 NO_CONFIGURE= yes |