diff options
author | minskim <minskim@pkgsrc.org> | 2004-06-05 14:09:42 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-06-05 14:09:42 +0000 |
commit | 42e1bc9d6ecfc1c5e9f2c5b41151a68c1ddf82b2 (patch) | |
tree | 5e6d9dfc36d9c223ca77a7bd3d5739cf06a5f701 /comms | |
parent | 84eb7cb2278c569f31be8a7ef11729eb16515852 (diff) | |
download | pkgsrc-42e1bc9d6ecfc1c5e9f2c5b41151a68c1ddf82b2.tar.gz |
Switch to Tk 8.4.
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 17984d23952..e198bc2e94e 100644 --- a/comms/tkhylafax/Makefile +++ b/comms/tkhylafax/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2004/06/05 14:07:56 minskim Exp $ +# $NetBSD: Makefile,v 1.26 2004/06/05 14:09:42 minskim 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+= gv>=3.5.8nb1:../../print/gv DEPENDS+= hylafax>=4.1:../../comms/hylafax -DEPENDS+= tk>=8.3.2:../../x11/tk83 +DEPENDS+= tk>=8.3.2:../../x11/tk WRKSRC= ${WRKDIR}/tkhylafax NO_CONFIGURE= yes |