diff options
author | wiz <wiz@pkgsrc.org> | 2005-09-30 22:01:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-09-30 22:01:33 +0000 |
commit | 0a6f4060a3c6b8a0e1af7f7354e312520d50e745 (patch) | |
tree | e0ed8b85936276add6e358576857b415306daadc /print | |
parent | bf3f4f719f8e24f6c1ef35fdb768a81479aa8621 (diff) | |
download | pkgsrc-0a6f4060a3c6b8a0e1af7f7354e312520d50e745.tar.gz |
Properly wildcard dialog dependency.
Diffstat (limited to 'print')
-rw-r--r-- | print/teTeX-bin/Makefile | 4 | ||||
-rw-r--r-- | print/teTeX1-bin/Makefile | 4 | ||||
-rw-r--r-- | print/teTeX3-bin/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/print/teTeX-bin/Makefile b/print/teTeX-bin/Makefile index 9902444c880..f101407263e 100644 --- a/print/teTeX-bin/Makefile +++ b/print/teTeX-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.64 2005/07/19 10:15:29 grant Exp $ +# $NetBSD: Makefile,v 1.65 2005/09/30 22:01:33 wiz Exp $ DISTNAME= tetex-src-${TETEX_BIN_VERS} PKGNAME= teTeX-bin-${TETEX_BIN_VERS} @@ -15,7 +15,7 @@ CONFLICTS+= teTeX2-bin-[0-9]* omega<0.90.4nb1 BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison DEPENDS+= teTeX-share>=2.0.2:../../print/teTeX-share -DEPENDS+= dialog-0.6z*:../../misc/dialog +DEPENDS+= dialog>=0.6z:../../misc/dialog INFO_FILES= latex.info dvips.info web2c.info kpathsea.info diff --git a/print/teTeX1-bin/Makefile b/print/teTeX1-bin/Makefile index 0260406baef..ab3fc1a9048 100644 --- a/print/teTeX1-bin/Makefile +++ b/print/teTeX1-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2005/07/19 10:15:30 grant Exp $ +# $NetBSD: Makefile,v 1.18 2005/09/30 22:01:33 wiz Exp $ DISTNAME= teTeX-src-1.0.7 PKGNAME= teTeX-bin-1.0.7 @@ -12,7 +12,7 @@ COMMENT= TeX distribution for UNIX compatible systems - executables BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison DEPENDS+= teTeX-share-1.0.[2-9]*:../../print/teTeX1-share -DEPENDS+= dialog-0.6z*:../../misc/dialog +DEPENDS+= dialog>=0.6z:../../misc/dialog # games/omega previously installed an omega executable too CONFLICTS+= omega<0.90.4nb1 diff --git a/print/teTeX3-bin/Makefile b/print/teTeX3-bin/Makefile index 3c563c943d4..84502f7c38d 100644 --- a/print/teTeX3-bin/Makefile +++ b/print/teTeX3-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/07/19 10:15:30 grant Exp $ +# $NetBSD: Makefile,v 1.8 2005/09/30 22:01:33 wiz Exp $ DISTNAME= tetex-src-3.0 PKGNAME= ${DISTNAME:C/tetex/teTeX/:C/src/bin/} @@ -12,7 +12,7 @@ COMMENT= TeX distribution for UNIX compatible systems - binaries BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison DEPENDS+= teTeX-texmf>=3.0:../../print/teTeX3-texmf -DEPENDS+= dialog-0.6z*:../../misc/dialog +DEPENDS+= dialog>=0.6z:../../misc/dialog # games/omega previously installed an omega executable too CONFLICTS+= omega<0.90.4nb1 |