diff options
-rw-r--r-- | misc/dotfile/Makefile | 4 | ||||
-rw-r--r-- | misc/kp/Makefile | 4 |
2 files changed, 4 insertions, 4 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 diff --git a/misc/kp/Makefile b/misc/kp/Makefile index a6ca507a32c..1de363b3dd6 100644 --- a/misc/kp/Makefile +++ b/misc/kp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2004/03/08 20:27:15 minskim Exp $ +# $NetBSD: Makefile,v 1.20 2005/01/12 21:13:22 minskim Exp $ # FreeBSD Id: Makefile,v 1.8 1997/04/20 13:19:32 wosch Exp # @@ -9,7 +9,7 @@ MASTER_SITES= ftp://stampede.cs.berkeley.edu/pub/kp/ MAINTAINER= tech-pkg@NetBSD.org COMMENT= The Keyboard Practicer, touch-type training program -DEPENDS= tk>=8.3.2:../../x11/tk83 +DEPENDS= tk>=8.3.2:../../x11/tk USE_X11= yes |