From f4b67f8cf92b87be8820941acfe5325388979728 Mon Sep 17 00:00:00 2001 From: grant Date: Tue, 19 Jul 2005 10:11:48 +0000 Subject: depends should be ../..// --- print/teTeX-bin/Makefile | 4 ++-- print/teTeX-sharesrc/Makefile | 4 ++-- print/teTeX/Makefile | 6 +++--- print/teTeX1-bin/Makefile | 4 ++-- print/teTeX1-sharesrc/Makefile | 4 ++-- print/teTeX1/Makefile | 6 +++--- print/teTeX3-bin/Makefile | 4 ++-- print/teTeX3-texmfsrc/Makefile | 4 ++-- print/tex-bagpipetex/Makefile | 4 ++-- print/tex-jadetex/Makefile | 4 ++-- 10 files changed, 22 insertions(+), 22 deletions(-) (limited to 'print') diff --git a/print/teTeX-bin/Makefile b/print/teTeX-bin/Makefile index 19b42f90e37..9902444c880 100644 --- a/print/teTeX-bin/Makefile +++ b/print/teTeX-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.63 2005/04/28 23:23:41 jlam Exp $ +# $NetBSD: Makefile,v 1.64 2005/07/19 10:15:29 grant Exp $ DISTNAME= tetex-src-${TETEX_BIN_VERS} PKGNAME= teTeX-bin-${TETEX_BIN_VERS} @@ -14,7 +14,7 @@ COMMENT= TeX distribution for UNIX compatible systems - executables, version 2 CONFLICTS+= teTeX2-bin-[0-9]* omega<0.90.4nb1 BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison -DEPENDS+= teTeX-share>=2.0.2:../teTeX-share +DEPENDS+= teTeX-share>=2.0.2:../../print/teTeX-share DEPENDS+= dialog-0.6z*:../../misc/dialog INFO_FILES= latex.info dvips.info web2c.info kpathsea.info diff --git a/print/teTeX-sharesrc/Makefile b/print/teTeX-sharesrc/Makefile index 91acc50d0c2..ab9a79d724f 100644 --- a/print/teTeX-sharesrc/Makefile +++ b/print/teTeX-sharesrc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2005/05/17 22:00:13 jlam Exp $ +# $NetBSD: Makefile,v 1.28 2005/07/19 10:15:29 grant Exp $ DISTNAME= tetex-texmfsrc-2.0.2 PKGNAME= teTeX-sharesrc-2.0.2 @@ -11,7 +11,7 @@ COMMENT= Sources for machine-independent part of teTeX, version 2 CONFLICTS+= teTeX2-sharesrc-[0-9]* -DEPENDS+= teTeX-share>=2.0.2:../teTeX-share +DEPENDS+= teTeX-share>=2.0.2:../../print/teTeX-share WRKSRC= ${WRKDIR} DIST_SUBDIR= teTeX diff --git a/print/teTeX/Makefile b/print/teTeX/Makefile index a9aea6b162e..48e187e02de 100644 --- a/print/teTeX/Makefile +++ b/print/teTeX/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2005/05/14 02:26:50 reed Exp $ +# $NetBSD: Makefile,v 1.39 2005/07/19 10:15:29 grant Exp $ # DISTNAME= teTeX-2.0.2 @@ -11,8 +11,8 @@ MAINTAINER= kei@NetBSD.org HOMEPAGE= http://www.tug.org/tetex/ COMMENT= Thomas Esser's TeX distribution for UNIX compatible systems, version 2 -DEPENDS+= teTeX-bin>=2.0.2:../teTeX-bin -DEPENDS+= teTeX-sharesrc>=2.0.2:../teTeX-sharesrc +DEPENDS+= teTeX-bin>=2.0.2:../../print/teTeX-bin +DEPENDS+= teTeX-sharesrc>=2.0.2:../../print/teTeX-sharesrc DEPENDS+= texi2html>=1.52:../../textproc/texi2html CONFLICTS+= teTeX2-[0-9]* diff --git a/print/teTeX1-bin/Makefile b/print/teTeX1-bin/Makefile index c4eb101bdb5..0260406baef 100644 --- a/print/teTeX1-bin/Makefile +++ b/print/teTeX1-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2005/06/01 18:03:20 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2005/07/19 10:15:30 grant Exp $ DISTNAME= teTeX-src-1.0.7 PKGNAME= teTeX-bin-1.0.7 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.tug.org/tetex/ COMMENT= TeX distribution for UNIX compatible systems - executables BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison -DEPENDS+= teTeX-share-1.0.[2-9]*:../teTeX1-share +DEPENDS+= teTeX-share-1.0.[2-9]*:../../print/teTeX1-share DEPENDS+= dialog-0.6z*:../../misc/dialog # games/omega previously installed an omega executable too diff --git a/print/teTeX1-sharesrc/Makefile b/print/teTeX1-sharesrc/Makefile index 1b8822e0075..1db217157be 100644 --- a/print/teTeX1-sharesrc/Makefile +++ b/print/teTeX1-sharesrc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/07/15 18:27:53 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2005/07/19 10:15:30 grant Exp $ DISTNAME= teTeX-texmfsrc-1.0.1 PKGNAME= teTeX-sharesrc-1.0.1 @@ -10,7 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.tug.org/tetex/ COMMENT= Sources for machine-independent part of teTeX -DEPENDS+= teTeX-share-1.0.[2-9]*:../teTeX1-share +DEPENDS+= teTeX-share-1.0.[2-9]*:../../print/teTeX1-share WRKSRC= ${WRKDIR} DIST_SUBDIR= teTeX diff --git a/print/teTeX1/Makefile b/print/teTeX1/Makefile index ad5041f640b..9c0af806f74 100644 --- a/print/teTeX1/Makefile +++ b/print/teTeX1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/06/01 18:03:20 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2005/07/19 10:15:29 grant Exp $ # DISTNAME= teTeX-1.0.7 @@ -11,8 +11,8 @@ MAINTAINER= tech-pkg@NetBSD.org 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.[1-9]*:../teTeX1-sharesrc +DEPENDS+= teTeX-bin-1.0.[7-9]*:../../print/teTeX1-bin +DEPENDS+= teTeX-sharesrc-1.0.[1-9]*:../../print/teTeX1-sharesrc DEPENDS+= texi2html>=1.52:../../textproc/texi2html EXTRACT_ONLY= # empty diff --git a/print/teTeX3-bin/Makefile b/print/teTeX3-bin/Makefile index a3659a694d7..3c563c943d4 100644 --- a/print/teTeX3-bin/Makefile +++ b/print/teTeX3-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/06/07 13:34:06 hubertf Exp $ +# $NetBSD: Makefile,v 1.7 2005/07/19 10:15:30 grant Exp $ DISTNAME= tetex-src-3.0 PKGNAME= ${DISTNAME:C/tetex/teTeX/:C/src/bin/} @@ -11,7 +11,7 @@ HOMEPAGE= http://www.tug.org/tetex/ COMMENT= TeX distribution for UNIX compatible systems - binaries BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison -DEPENDS+= teTeX-texmf>=3.0:../teTeX3-texmf +DEPENDS+= teTeX-texmf>=3.0:../../print/teTeX3-texmf DEPENDS+= dialog-0.6z*:../../misc/dialog # games/omega previously installed an omega executable too diff --git a/print/teTeX3-texmfsrc/Makefile b/print/teTeX3-texmfsrc/Makefile index 59f44f00bb4..3c3d7b156f1 100644 --- a/print/teTeX3-texmfsrc/Makefile +++ b/print/teTeX3-texmfsrc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/05/17 22:00:13 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2005/07/19 10:15:30 grant Exp $ # FreeBSD Id: Makefile,v 1.20 1997/08/05 06:56:41 tg Exp # @@ -11,7 +11,7 @@ MAINTAINER= kei@NetBSD.org,hubertf@NetBSD.org HOMEPAGE= http://www.tug.org/tetex/ COMMENT= Sources for machine-independent part of teTeX -DEPENDS+= teTeX-texmf>=3.0:../teTeX3-texmf +DEPENDS+= teTeX-texmf>=3.0:../../print/teTeX3-texmf CONFLICTS+= teTeX-sharesrc-[0-9]* diff --git a/print/tex-bagpipetex/Makefile b/print/tex-bagpipetex/Makefile index 31b01980616..6eb8e570673 100644 --- a/print/tex-bagpipetex/Makefile +++ b/print/tex-bagpipetex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/02/11 00:51:12 hubertf Exp $ +# $NetBSD: Makefile,v 1.8 2005/07/19 10:15:30 grant Exp $ # DISTNAME= bagpipetex-3.01 @@ -12,7 +12,7 @@ MAINTAINER= dgriffi@cs.csubak.edu HOMEPAGE= http://www.stanford.edu/~wrinnes/bagpipe.tex/ COMMENT= MusixTeX macros to typeset bagpipe music -DEPENDS+= tex-musixtex>=112:../tex-musixtex +DEPENDS+= tex-musixtex>=112:../../print/tex-musixtex WRKSRC= ${WRKDIR} NO_CONFIGURE= yes diff --git a/print/tex-jadetex/Makefile b/print/tex-jadetex/Makefile index 26f0a6b7989..e804f7031d8 100644 --- a/print/tex-jadetex/Makefile +++ b/print/tex-jadetex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/06/17 03:50:30 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2005/07/19 10:15:30 grant Exp $ # DISTNAME= jadetex-3.13 @@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=jadetex/} MAINTAINER= hubertf@NetBSD.org COMMENT= Process tex files produced by the TeX backend of Jade -DEPENDS+= tex-hugelatex>=1.0nb1:../tex-hugelatex +DEPENDS+= tex-hugelatex>=1.0nb1:../../print/tex-hugelatex NO_BUILD= yes TEXMF_CNF= ${LOCALBASE}/share/texmf/web2c/texmf.cnf -- cgit v1.2.3