pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/ns This package needs tcl>=8.4.12nb1 and tk>=8.4.1...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f774280e1f34
branches:  trunk
changeset: 508710:f774280e1f34
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Feb 23 23:37:47 2006 +0000

description:
This package needs tcl>=8.4.12nb1 and tk>=8.4.12nb2 to build.

diffstat:

 net/ns/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 034294b2c59f -r f774280e1f34 net/ns/Makefile
--- a/net/ns/Makefile   Thu Feb 23 23:37:32 2006 +0000
+++ b/net/ns/Makefile   Thu Feb 23 23:37:47 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2006/02/05 23:10:28 joerg Exp $
+# $NetBSD: Makefile,v 1.24 2006/02/23 23:37:47 minskim Exp $
 
 DISTNAME=      ns-src-2.29
 PKGNAME=       ${DISTNAME:S/-src//}
@@ -12,6 +12,9 @@
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
+BUILDLINK_DEPENDS.tcl+=        tcl>=8.4.12nb1
+BUILDLINK_DEPENDS.tk+= tk>=8.4.12nb2
+
 WRKSRC=                ${WRKDIR}/${DISTNAME:S/-src//}
 USE_LANGUAGES= c c++
 GNU_CONFIGURE= yes



Home | Main Index | Thread Index | Old Index