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/3c6a1a3ce8b8
branches:  trunk
changeset: 523935:3c6a1a3ce8b8
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Jan 15 16:55:14 2007 +0000

description:
Modular Xorg support.

diffstat:

 games/quakeforge/Makefile |  4 +++-
 x11/keylaunch/Makefile    |  5 ++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diffs (40 lines):

diff -r 0b0e6af65863 -r 3c6a1a3ce8b8 games/quakeforge/Makefile
--- a/games/quakeforge/Makefile Mon Jan 15 16:41:20 2007 +0000
+++ b/games/quakeforge/Makefile Mon Jan 15 16:55:14 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2006/06/12 16:28:10 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2007/01/15 16:55:14 joerg Exp $
 
 DISTNAME=              quakeforge-0.5.5
 PKGREVISION=           6
@@ -43,5 +43,7 @@
 .include "../../devel/SDL/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
+.include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/xextproto/buildlink3.mk"
 .include "../../mk/oss.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 0b0e6af65863 -r 3c6a1a3ce8b8 x11/keylaunch/Makefile
--- a/x11/keylaunch/Makefile    Mon Jan 15 16:41:20 2007 +0000
+++ b/x11/keylaunch/Makefile    Mon Jan 15 16:55:14 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2006/03/04 21:31:09 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2007/01/15 16:58:16 joerg Exp $
 #
 
 DISTNAME=      keylaunch-1.3.0
@@ -15,12 +15,11 @@
 
 INSTALLATION_DIRS=     bin
 
-.include "../../mk/x11.buildlink3.mk"
-
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/keylaunch ${PREFIX}/bin
        ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/keylaunch
        ${INSTALL_DATA} ${WRKSRC}/example_rc \
                ${PREFIX}/share/examples/keylaunch/keylaunch.rc
 
+.include "../../x11/libX11/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index