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/teTeX1-bin | |
parent | 7eb7e215971e01de9191d94c833e1a08b03eebb2 (diff) | |
download | pkgsrc-d96f1fa53c833581384d8ac7245e5d23b492f9be.tar.gz |
Properly wildcard dialog dependency.
Diffstat (limited to 'print/teTeX1-bin')
-rw-r--r-- | print/teTeX1-bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |