pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Needs pkg-config.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5245612bb8d1
branches:  trunk
changeset: 514423:5245612bb8d1
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Jun 11 21:45:08 2006 +0000

description:
Needs pkg-config.

diffstat:

 emulators/gens/Makefile       |  4 ++--
 games/genecys-client/Makefile |  3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (35 lines):

diff -r 3376fb142fdc -r 5245612bb8d1 emulators/gens/Makefile
--- a/emulators/gens/Makefile   Sun Jun 11 20:49:06 2006 +0000
+++ b/emulators/gens/Makefile   Sun Jun 11 21:45:08 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2006/04/17 13:46:23 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2006/06/11 21:45:08 joerg Exp $
 #
 
 DISTNAME=              gens-rc3
@@ -18,7 +18,7 @@
 
 WRKSRC=                        ${WRKDIR}/GensForLinux
 GNU_CONFIGURE=         yes
-USE_TOOLS+=            gmake
+USE_TOOLS+=            gmake pkg-config
 
 .include "../../devel/SDL/buildlink3.mk"
 .include "../../x11/gtk2/buildlink3.mk"
diff -r 3376fb142fdc -r 5245612bb8d1 games/genecys-client/Makefile
--- a/games/genecys-client/Makefile     Sun Jun 11 20:49:06 2006 +0000
+++ b/games/genecys-client/Makefile     Sun Jun 11 21:45:08 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2006/04/17 13:46:28 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2006/06/11 21:45:43 joerg Exp $
 #
 
 DISTNAME=              genecys-0.2
@@ -20,6 +20,7 @@
 CONFIGURE_ARGS+=       --disable-server --disable-metaserver --disable-utils
 CONFIGURE_ARGS+=       --with-cal3d=${BUILDLINK_PREFIX.cal3d}
 CONFIGURE_ARGS+=       --with-openrm=${BUILDLINK_PREFIX.OpenRM}
+USE_TOOLS+=            pkg-config
 
 .include "../../graphics/cal3d/buildlink3.mk"
 .include "../../graphics/OpenRM/buildlink3.mk"



Home | Main Index | Thread Index | Old Index