pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/tex-textpos This is included in teTeX, make it c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/29da98c8cc3f
branches:  trunk
changeset: 488833:29da98c8cc3f
user:      hubertf <hubertf%pkgsrc.org@localhost>
date:      Thu Feb 10 01:23:59 2005 +0000

description:
This is included in teTeX, make it conflict now (but still work with
teTeX2). This should be removed when teTeX3 is imported.

diffstat:

 print/tex-textpos/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 815ecf3ad87f -r 29da98c8cc3f print/tex-textpos/Makefile
--- a/print/tex-textpos/Makefile        Thu Feb 10 01:18:59 2005 +0000
+++ b/print/tex-textpos/Makefile        Thu Feb 10 01:23:59 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/03/26 02:27:52 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2005/02/10 01:23:59 hubertf Exp $
 #
 
 NAME=          textpos
@@ -16,7 +16,9 @@
 DIST_SUBDIR=   ${NAME}
 DISTFILES=     textpos.ins LICENCE README textpos.dtx VERSION
 
-DEPENDS+=      teTeX-bin-[0-9]*:../../print/teTeX-bin
+# included in teTeX3
+DEPENDS+=       teTeX-bin<3.0:../../print/teTeX1-bin
+CONFLICTS+=    teTeX-bin>=3.0
 
 NO_CONFIGURE=  yes
 NO_BUILD=      yes



Home | Main Index | Thread Index | Old Index