diff options
author | wiz <wiz@pkgsrc.org> | 2001-07-27 10:54:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-07-27 10:54:05 +0000 |
commit | 5a7d1db263473e94d5b975db6e145b7e9608b2d9 (patch) | |
tree | 61f7b5cca9ff5219c6a4c5f92f4c0c5cd7485696 /comms | |
parent | 581ee1434ceae9197e2fbe9a495b48a012fb797c (diff) | |
download | pkgsrc-5a7d1db263473e94d5b975db6e145b7e9608b2d9.tar.gz |
Fix dewey number in wildcard.
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 c28e82f7623..591e9953647 100644 --- a/comms/tkhylafax/Makefile +++ b/comms/tkhylafax/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2001/07/08 13:50:19 bad Exp $ +# $NetBSD: Makefile,v 1.14 2001/07/27 10:54:05 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.1b3:../../comms/hylafax +DEPENDS+= hylafax>=4.1:../../comms/hylafax DEPENDS+= tk>=8.3.2:../../x11/tk DEPENDS+= gv-3.5.8:../../print/gv |