diff options
author | minskim <minskim@pkgsrc.org> | 2004-03-12 05:38:38 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-03-12 05:38:38 +0000 |
commit | 612109bec61de7fdc0a4b688949c4f9d414d5cd8 (patch) | |
tree | 3074326f5f8e86e55821fadc646cf55a14eeaea1 /chat/tik/Makefile | |
parent | fe62e7eb454da45e3790c828647e74c393c27af3 (diff) | |
download | pkgsrc-612109bec61de7fdc0a4b688949c4f9d414d5cd8.tar.gz |
Switch to Tk 8.4.
Diffstat (limited to 'chat/tik/Makefile')
-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 |