pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/tcpillust Add .include "../../x11/tk83/buildlink3....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6c5f3ed6d3f8
branches:  trunk
changeset: 498241:6c5f3ed6d3f8
user:      hiramatsu <hiramatsu%pkgsrc.org@localhost>
date:      Wed Aug 17 15:02:49 2005 +0000

description:
Add .include "../../x11/tk83/buildlink3.mk" to fix build problem.

diffstat:

 net/tcpillust/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 6301433568fe -r 6c5f3ed6d3f8 net/tcpillust/Makefile
--- a/net/tcpillust/Makefile    Wed Aug 17 15:02:01 2005 +0000
+++ b/net/tcpillust/Makefile    Wed Aug 17 15:02:49 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2005/07/07 02:04:11 grant Exp $
+# $NetBSD: Makefile,v 1.14 2005/08/17 15:02:49 hiramatsu Exp $
 
 DISTNAME=      tcpillust-1.0a
 PKGREVISION=   2
@@ -32,5 +32,5 @@
 
 .include "../../lang/tcl83/buildlink3.mk"
 .include "../../net/libpcap/buildlink3.mk"
-.include "../../lang/tcl83/buildlink3.mk"
+.include "../../x11/tk83/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index