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/daf2b53ea104
branches:  trunk
changeset: 514361:daf2b53ea104
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Jun 11 13:51:25 2006 +0000

description:
Needs pkg-config.

diffstat:

 games/freeciv-share/Makefile.common |  4 ++--
 graphics/giram/Makefile             |  4 ++--
 net/gftp/Makefile                   |  3 ++-
 3 files changed, 6 insertions(+), 5 deletions(-)

diffs (53 lines):

diff -r 0d9edd03530e -r daf2b53ea104 games/freeciv-share/Makefile.common
--- a/games/freeciv-share/Makefile.common       Sun Jun 11 13:50:19 2006 +0000
+++ b/games/freeciv-share/Makefile.common       Sun Jun 11 13:51:25 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.27 2006/06/08 16:06:50 minskim Exp $
+# $NetBSD: Makefile.common,v 1.28 2006/06/11 13:51:25 joerg Exp $
 
 DISTNAME=      freeciv-${FC_VERS}
 FC_VERS=       2.0.8
@@ -13,7 +13,7 @@
 HOMEPAGE=      http://www.freeciv.org/
 
 USE_PKGLOCALEDIR=      yes
-USE_TOOLS+=            msgfmt
+USE_TOOLS+=            msgfmt pkg-config
 GNU_CONFIGURE=         yes
 
 DISTINFO_FILE=         ${.CURDIR}/../../games/freeciv-share/distinfo
diff -r 0d9edd03530e -r daf2b53ea104 graphics/giram/Makefile
--- a/graphics/giram/Makefile   Sun Jun 11 13:50:19 2006 +0000
+++ b/graphics/giram/Makefile   Sun Jun 11 13:51:25 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2006/04/17 13:46:32 wiz Exp $
+# $NetBSD: Makefile,v 1.48 2006/06/11 13:57:13 joerg Exp $
 #
 
 DISTNAME=      giram-0.3.5
@@ -14,7 +14,7 @@
 BUILD_DEPENDS+=        bison-[0-9]*:../../devel/bison
 
 USE_PKGLOCALEDIR=      YES
-USE_TOOLS+=            gmake
+USE_TOOLS+=            gmake pkg-config
 USE_LIBTOOL=           YES
 GNU_CONFIGURE=         YES
 
diff -r 0d9edd03530e -r daf2b53ea104 net/gftp/Makefile
--- a/net/gftp/Makefile Sun Jun 11 13:50:19 2006 +0000
+++ b/net/gftp/Makefile Sun Jun 11 13:51:25 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2006/04/17 13:46:43 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2006/06/11 13:56:41 joerg Exp $
 #
 
 .include "${.CURDIR}/Makefile.common"
@@ -9,6 +9,7 @@
 CONFLICTS=     gftp-gtk1-[0-9]*
 
 USE_DIRS+=     gnome2-1.5
+USE_TOOLS+=    pkg-config
 
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../x11/gtk2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index