diff options
author | jdc <jdc@pkgsrc.org> | 2003-04-07 18:30:24 +0000 |
---|---|---|
committer | jdc <jdc@pkgsrc.org> | 2003-04-07 18:30:24 +0000 |
commit | 0faf0d737b45f308d18cd10fc9fa557c9af67601 (patch) | |
tree | a085aec3f9bcd4edfc45dc7c0f954832d498050d /print/teTeX2-bin | |
parent | 381ca879d558d7c7b94f3ee33f6b602a73430e2e (diff) | |
download | pkgsrc-0faf0d737b45f308d18cd10fc9fa557c9af67601.tar.gz |
Make the dependency on misc/dialog match any 0.6z revision.
Diffstat (limited to 'print/teTeX2-bin')
-rw-r--r-- | print/teTeX2-bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/teTeX2-bin/Makefile b/print/teTeX2-bin/Makefile index c32aaafa4d5..2347fe11a30 100644 --- a/print/teTeX2-bin/Makefile +++ b/print/teTeX2-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/03/15 08:17:08 kei Exp $ +# $NetBSD: Makefile,v 1.3 2003/04/07 18:30:24 jdc Exp $ DISTNAME= tetex-src-${TETEX_BIN_VERS} PKGNAME= teTeX2-bin-${TETEX_BIN_VERS} @@ -12,7 +12,7 @@ COMMENT= TeX distribution for UNIX compatible systems - executables, version 2 BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison DEPENDS+= teTeX2-share>=2.0.2:../teTeX2-share -DEPENDS+= dialog-0.6z:../../misc/dialog +DEPENDS+= dialog-0.6z*:../../misc/dialog CONFLICTS+= omega-[0-9]* |