pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/tuxracer libXi and libXmu are explicitly used by...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/47e1e93010a7
branches:  trunk
changeset: 524655:47e1e93010a7
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Jan 29 17:01:21 2007 +0000

description:
libXi and libXmu are explicitly used by this. Not sure if the linkage
is actually necessary though.

diffstat:

 games/tuxracer/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 35480ccc1062 -r 47e1e93010a7 games/tuxracer/Makefile
--- a/games/tuxracer/Makefile   Mon Jan 29 16:45:03 2007 +0000
+++ b/games/tuxracer/Makefile   Mon Jan 29 17:01:21 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2006/06/12 16:28:11 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2007/01/29 17:01:21 joerg Exp $
 #
 
 DISTNAME=      tuxracer-0.61
@@ -36,6 +36,7 @@
 .include "../../audio/SDL_mixer/buildlink3.mk"
 .include "../../graphics/glu/buildlink3.mk"
 .include "../../lang/tcl/buildlink3.mk"
-
+.include "../../x11/libXi/buildlink3.mk"
+.include "../../x11/libXmu/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index