diff options
Diffstat (limited to 'comms')
-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 |