diff options
author | wiz <wiz@pkgsrc.org> | 2002-03-14 00:50:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-03-14 00:50:09 +0000 |
commit | 5f9efe76fb9027837b42c88e40d592b24198fad7 (patch) | |
tree | 7a94280367fa3879a484c9aa37b0adce54872e0b /comms | |
parent | 072944ba68eac7f797b395805f437c141651389b (diff) | |
download | pkgsrc-5f9efe76fb9027837b42c88e40d592b24198fad7.tar.gz |
Fix gv dependency.
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 6b4bc5a6922..58f6dee6cbd 100644 --- a/comms/tkhylafax/Makefile +++ b/comms/tkhylafax/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2002/03/13 17:36:44 fredb Exp $ +# $NetBSD: Makefile,v 1.16 2002/03/14 00:50:09 wiz Exp $ # FreeBSD Id: Makefile,v 1.6 1998/08/07 23:56:12 asami Exp # @@ -15,7 +15,7 @@ COMMENT= Tcl/tk interface to Sam Leffler's fax package DEPENDS+= hylafax>=4.1:../../comms/hylafax DEPENDS+= tk>=8.3.2:../../x11/tk -DEPENDS+= gv-3.5.8:../../print/gv +DEPENDS+= gv>=3.5.8nb1:../../print/gv WRKSRC= ${WRKDIR}/tkhylafax |