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 | d96f1fa53c833581384d8ac7245e5d23b492f9be (patch) | |
tree | e0ed8b85936276add6e358576857b415306daadc /print/teTeX-bin | |
parent | 7eb7e215971e01de9191d94c833e1a08b03eebb2 (diff) | |
download | pkgsrc-d96f1fa53c833581384d8ac7245e5d23b492f9be.tar.gz |
Properly wildcard dialog dependency.
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 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 |