pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/dirdiff Switch to Tcl/Tk-8.4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a17e25ab848e
branches:  trunk
changeset: 487950:a17e25ab848e
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Jan 22 15:42:17 2005 +0000

description:
Switch to Tcl/Tk-8.4.

Bump PKGREVISION due to dependency changes.

diffstat:

 misc/dirdiff/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r dd42794d8198 -r a17e25ab848e misc/dirdiff/Makefile
--- a/misc/dirdiff/Makefile     Sat Jan 22 15:08:18 2005 +0000
+++ b/misc/dirdiff/Makefile     Sat Jan 22 15:42:17 2005 +0000
@@ -1,11 +1,13 @@
-# $NetBSD: Makefile,v 1.6 2004/10/03 00:12:58 tv Exp $
+# $NetBSD: Makefile,v 1.7 2005/01/22 15:42:17 minskim Exp $
 #
 
 DISTNAME=      dirdiff-1.6
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    misc tk80
 MASTER_SITES=  http://samba.org/ftp/paulus/
 
+DEPENDS=       tk>=8.3.4:../../x11/tk
+
 MAINTAINER=    tech-pkg%NetBSD.org@localhost
 HOMEPAGE=      http://samba.org/ftp/paulus/
 COMMENT=       Displays differences between directories
@@ -13,5 +15,5 @@
 USE_BUILDLINK3=        yes
 USE_LIBTOOL=   yes
 
-.include "../../x11/tk83/buildlink3.mk"
+.include "../../lang/tcl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index