diff options
author | minskim <minskim> | 2004-03-12 05:38:38 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-03-12 05:38:38 +0000 |
commit | f6c3fa72ca570e52364e7a2d9dbb6d1f134d6200 (patch) | |
tree | 3074326f5f8e86e55821fadc646cf55a14eeaea1 | |
parent | a26399560960500fca4ebc60626c29c3af3cef62 (diff) | |
download | pkgsrc-f6c3fa72ca570e52364e7a2d9dbb6d1f134d6200.tar.gz |
Switch to Tk 8.4.
-rw-r--r-- | chat/tik/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/tik/Makefile b/chat/tik/Makefile index 86e9847db55..bba3f36176b 100644 --- a/chat/tik/Makefile +++ b/chat/tik/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/03/08 20:27:13 minskim Exp $ +# $NetBSD: Makefile,v 1.8 2004/03/12 05:38:38 minskim Exp $ # DISTNAME= tik-0.90 @@ -9,7 +9,7 @@ MAINTAINER= grant@NetBSD.org HOMEPAGE= http://tik.sourceforge.net/ COMMENT= Tcl/Tk AOL Instant Messenger client -DEPENDS+= tk>=8.1:../../x11/tk83 +DEPENDS+= tk>=8.1:../../x11/tk WRKSRC= ${WRKDIR}/tik NO_CONFIGURE= # defined |