diff options
author | grant <grant@pkgsrc.org> | 2005-07-19 10:11:48 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2005-07-19 10:11:48 +0000 |
commit | f4b67f8cf92b87be8820941acfe5325388979728 (patch) | |
tree | 06d14153ff3d91aebe34f6f7b90be0ae91bec7a8 /print/teTeX-bin | |
parent | f75852c923fa8dd9051b85b0db6570988901503b (diff) | |
download | pkgsrc-f4b67f8cf92b87be8820941acfe5325388979728.tar.gz |
depends should be ../../<category>/<pkg>
Diffstat (limited to 'print/teTeX-bin')
-rw-r--r-- | print/teTeX-bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |