diff options
author | wiz <wiz@pkgsrc.org> | 2001-04-05 13:13:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-04-05 13:13:03 +0000 |
commit | 543aaba56c83dad552c166c0b17163ac39fb4012 (patch) | |
tree | 8a87966db87048b77ede71d0bcb5d8644443709d /comms | |
parent | 6fe001c88d084747d205629bbfbd5754c61ce988 (diff) | |
download | pkgsrc-543aaba56c83dad552c166c0b17163ac39fb4012.tar.gz |
Replace >= dependency by - dependency, since the version number is too
broken.
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 c875ae25ce6..9761af720fc 100644 --- a/comms/tkhylafax/Makefile +++ b/comms/tkhylafax/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/02/16 13:56:25 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2001/04/05 13:13:03 wiz Exp $ # FreeBSD Id: Makefile,v 1.6 1998/08/07 23:56:12 asami Exp # @@ -12,7 +12,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.elgro.demon.co.uk/resources.html COMMENT= Tcl/tk interface to Sam Leffler's fax package -DEPENDS+= hylafax>=4.1b2:../../comms/hylafax +DEPENDS+= hylafax-4.1b2nb2:../../comms/hylafax DEPENDS+= tk-8.3.2:../../x11/tk DEPENDS+= gv-3.5.8:../../print/gv |