diff options
author | jwise <jwise@pkgsrc.org> | 2000-08-30 20:49:15 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2000-08-30 20:49:15 +0000 |
commit | 2a3d4623c7baf0179b5fba63640f1f4f730d3a70 (patch) | |
tree | 64198749b6c2f36a9ce5d7185c4ae55d29aa1f02 /misc/kp/Makefile | |
parent | f4a5cefb32d74919e78048bd470635eb10276108 (diff) | |
download | pkgsrc-2a3d4623c7baf0179b5fba63640f1f4f730d3a70.tar.gz |
Adapt to tk-8.3.2.
Diffstat (limited to 'misc/kp/Makefile')
-rw-r--r-- | misc/kp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/kp/Makefile b/misc/kp/Makefile index 2ccb5ddff17..f64741410fe 100644 --- a/misc/kp/Makefile +++ b/misc/kp/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.12 2000/01/10 00:57:13 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2000/08/30 20:49:15 jwise Exp $ # FreeBSD Id: Makefile,v 1.8 1997/04/20 13:19:32 wosch Exp # DISTNAME= kp-0.96 -CATEGORIES= misc tk80 +CATEGORIES= misc tk MASTER_SITES= ftp://stampede.cs.berkeley.edu/pub/kp/ MAINTAINER= packages@netbsd.org -DEPENDS= tk-8.0.5:../../x11/tk80 +DEPENDS= tk-8.3.2:../../x11/tk USE_X11= yes |