diff options
author | hubertf <hubertf@pkgsrc.org> | 2005-02-11 01:02:42 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2005-02-11 01:02:42 +0000 |
commit | 1d55d79c7df69a55113ff26ee35d1b0b8b6b525f (patch) | |
tree | b2d6fe9ccd3cd49c188976538084f6756a38480b /print | |
parent | 16a94472d358b79e207d7bfae299fb85a83720f8 (diff) | |
download | pkgsrc-1d55d79c7df69a55113ff26ee35d1b0b8b6b525f.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 |