diff options
author | minskim <minskim@pkgsrc.org> | 2005-01-12 21:12:17 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-01-12 21:12:17 +0000 |
commit | 896bb8764926115b8379a7065bd291a6fcb7a890 (patch) | |
tree | dbaf2aaddd83a6d3e438b28f0722d571f98f07c0 /misc/dotfile | |
parent | e03832caa61e7129c4024066de44f8a16543b4ad (diff) | |
download | pkgsrc-896bb8764926115b8379a7065bd291a6fcb7a890.tar.gz |
Switch to Tk-8.4.
Diffstat (limited to 'misc/dotfile')
-rw-r--r-- | misc/dotfile/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/dotfile/Makefile b/misc/dotfile/Makefile index 074465e8d56..1a8453988d2 100644 --- a/misc/dotfile/Makefile +++ b/misc/dotfile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2004/03/08 20:27:15 minskim Exp $ +# $NetBSD: Makefile,v 1.23 2005/01/12 21:12:17 minskim Exp $ # FreeBSD Id: Makefile,v 1.5 1997/04/20 13:19:30 wosch Exp # @@ -10,7 +10,7 @@ MAINTAINER= oly@world.std.com HOMEPAGE= http://www.blackie.dk/dotfile/ COMMENT= GUI dotfile generator program to create .config files -DEPENDS+= tk>=8.3.2:../../x11/tk83 +DEPENDS+= tk>=8.3.2:../../x11/tk BUILD_DEFS+= DOTFILE_LANG |