pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Modular Xorg support.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/32dce4673a2d
branches:  trunk
changeset: 523502:32dce4673a2d
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Jan 08 17:58:08 2007 +0000

description:
Modular Xorg support.

diffstat:

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

diffs (36 lines):

diff -r 9ce7ce1d32e6 -r 32dce4673a2d cad/xcircuit/Makefile
--- a/cad/xcircuit/Makefile     Mon Jan 08 17:54:46 2007 +0000
+++ b/cad/xcircuit/Makefile     Mon Jan 08 17:58:08 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2006/12/15 20:32:53 joerg Exp $
+# $NetBSD: Makefile,v 1.30 2007/01/08 17:58:08 joerg Exp $
 
 DISTNAME=      xcircuit-3.4.26
 CATEGORIES=    cad graphics
@@ -41,7 +41,8 @@
        ${INSTALL_DATA} ${WRKSRC}/examples/*.* ${PREFIX}/share/examples/xcircuit/
        ${INSTALL_DATA} ${WRKSRC}/examples/xcircuitrc ${PREFIX}/share/examples/xcircuit/
 
+.include "../../lang/tcl/buildlink3.mk"
 .include "../../x11/libXpm/buildlink3.mk"
-.include "../../lang/tcl/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
 .include "../../x11/tk/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 9ce7ce1d32e6 -r 32dce4673a2d games/xconq/Makefile
--- a/games/xconq/Makefile      Mon Jan 08 17:54:46 2007 +0000
+++ b/games/xconq/Makefile      Mon Jan 08 17:58:08 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2006/04/04 14:45:44 jlam Exp $
+# $NetBSD: Makefile,v 1.32 2007/01/08 17:59:17 joerg Exp $
 
 DISTNAME=              xconq-7.4.1
 PKGREVISION=           5
@@ -30,6 +30,7 @@
                ${MAKE_PROGRAM} ${MAKE_FLAGS} install-info
 
 .include "../../lang/tcl/buildlink3.mk"
+.include "../../x11/libXaw/buildlink3.mk"
 .include "../../x11/tk/buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index