pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cad/xcircuit Include lang/tcl/buildlink3.mk, since thi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/16b2511b71ac
branches:  trunk
changeset: 485331:16b2511b71ac
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon Dec 06 16:06:32 2004 +0000

description:
Include lang/tcl/buildlink3.mk, since this package uses the tcl
library directly.

diffstat:

 cad/xcircuit/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r dc91e9f8309d -r 16b2511b71ac cad/xcircuit/Makefile
--- a/cad/xcircuit/Makefile     Mon Dec 06 16:00:57 2004 +0000
+++ b/cad/xcircuit/Makefile     Mon Dec 06 16:06:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2004/12/03 15:14:52 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2004/12/06 16:06:32 minskim Exp $
 
 DISTNAME=      xcircuit-3.3.0
 CATEGORIES=    cad graphics
@@ -31,6 +31,7 @@
        ${INSTALL_DATA} ${WRKSRC}/examples/* ${PREFIX}/share/examples/xcircuit/
 
 .include "../../graphics/xpm/buildlink3.mk"
+.include "../../lang/tcl/buildlink3.mk"
 .include "../../x11/tk/buildlink3.mk"
 .include "../../mk/ghostscript.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index