diff options
author | wiz <wiz> | 2002-03-14 00:50:09 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-03-14 00:50:09 +0000 |
commit | 2bf9d724eb7bc714b54d3df26c5b17cbd6c6fdec (patch) | |
tree | 7a94280367fa3879a484c9aa37b0adce54872e0b /comms | |
parent | bd94ef402c7ea0cd48b5dd3525f07b86d6f5fda8 (diff) | |
download | pkgsrc-2bf9d724eb7bc714b54d3df26c5b17cbd6c6fdec.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 |