diff options
author | jlam <jlam@pkgsrc.org> | 2001-05-05 19:51:13 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-05-05 19:51:13 +0000 |
commit | 022d07a5368497c263164eed27848d421b02336a (patch) | |
tree | 498f9ff3486fd89c83daf11581a2f30431077b10 /comms/tkhylafax | |
parent | 966fe08a1693257bff873ed5fa9010e0da5c71ae (diff) | |
download | pkgsrc-022d07a5368497c263164eed27848d421b02336a.tar.gz |
Mechanical changes of tk DEPENDS:
tk-8.3.2 -> tk>=8.3.2
tk-[0-9]* -> tk>=8.0
tk-8.* -> tk>=8.0
Diffstat (limited to 'comms/tkhylafax')
-rw-r--r-- | comms/tkhylafax/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/tkhylafax/Makefile b/comms/tkhylafax/Makefile index d2ef1610d20..8fbad09924e 100644 --- a/comms/tkhylafax/Makefile +++ b/comms/tkhylafax/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/04/26 14:14:04 rh Exp $ +# $NetBSD: Makefile,v 1.12 2001/05/05 19:51:13 jlam Exp $ # FreeBSD Id: Makefile,v 1.6 1998/08/07 23:56:12 asami Exp # @@ -13,7 +13,7 @@ HOMEPAGE= http://www.elgro.demon.co.uk/resources.html COMMENT= Tcl/tk interface to Sam Leffler's fax package DEPENDS+= hylafax-4.1b3:../../comms/hylafax -DEPENDS+= tk-8.3.2:../../x11/tk +DEPENDS+= tk>=8.3.2:../../x11/tk DEPENDS+= gv-3.5.8:../../print/gv WRKSRC= ${WRKDIR}/tkhylafax |