diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-10-09 18:04:37 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-10-09 18:04:37 +0000 |
commit | 0d24c431f5a68e45896d36c1c8b90fe5eb8325a8 (patch) | |
tree | d8cf5aa932b6bfd9ee19207d68b9d28824dc9186 /x11/tix | |
parent | 661847429b4e7a2d1614819f0f7638174bb8b8f8 (diff) | |
download | pkgsrc-0d24c431f5a68e45896d36c1c8b90fe5eb8325a8.tar.gz |
tk is in x11/tk for some time now (why wasn't this detected earlier?)
Diffstat (limited to 'x11/tix')
-rw-r--r-- | x11/tix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/tix/Makefile b/x11/tix/Makefile index 3ab3c07170e..2ea5d655446 100644 --- a/x11/tix/Makefile +++ b/x11/tix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2000/09/01 17:58:04 jwise Exp $ +# $NetBSD: Makefile,v 1.14 2000/10/09 18:04:37 hubertf Exp $ # $FreeBSD Id: Makefile,v 1.15 1998/03/17 07:55:17 tg Exp DISTNAME= Tix4.1.0.006 @@ -10,7 +10,7 @@ BROKEN= This package has not yet been updated to work with tcl-8.3.2. MAINTAINER= rh@vip.at -DEPENDS+= tk-8.0.5:../../x11/tk80 +DEPENDS+= tk-8.0.5:../../x11/tk USE_X11= yes USE_LIBTOOL= yes |