diff options
Diffstat (limited to 'x11/tix/Makefile')
-rw-r--r-- | x11/tix/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/tix/Makefile b/x11/tix/Makefile index 2ea5d655446..f3d2d8b84d5 100644 --- a/x11/tix/Makefile +++ b/x11/tix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2000/10/09 18:04:37 hubertf Exp $ +# $NetBSD: Makefile,v 1.15 2001/02/17 17:06:48 wiz Exp $ # $FreeBSD Id: Makefile,v 1.15 1998/03/17 07:55:17 tg Exp DISTNAME= Tix4.1.0.006 @@ -9,6 +9,7 @@ MASTER_SITES= ftp://ftp.xpi.com/pub/ BROKEN= This package has not yet been updated to work with tcl-8.3.2. MAINTAINER= rh@vip.at +COMMENT= Extension to the Tk toolkit DEPENDS+= tk-8.0.5:../../x11/tk |