diff options
author | wiz <wiz> | 2005-09-30 22:01:33 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-09-30 22:01:33 +0000 |
commit | 6b4a732bfc15831f1e63ba050f49929a6b3e6596 (patch) | |
tree | e0ed8b85936276add6e358576857b415306daadc /print/teTeX-bin | |
parent | e043c14b0a5ded01ff63c614221ae5c9c8d42954 (diff) | |
download | pkgsrc-6b4a732bfc15831f1e63ba050f49929a6b3e6596.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 |