summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-06-11 13:51:25 +0000
committerjoerg <joerg@pkgsrc.org>2006-06-11 13:51:25 +0000
commit200e0017ec9bbb0fbb52d2477da97962ebad5479 (patch)
treee292a5649e97ec4f2646e467b130bba558aa05f6
parente83665bcb6b77fc55d0c1aebab7ef533eb84cfa4 (diff)
downloadpkgsrc-200e0017ec9bbb0fbb52d2477da97962ebad5479.tar.gz
Needs pkg-config.
-rw-r--r--games/freeciv-share/Makefile.common4
-rw-r--r--graphics/giram/Makefile4
-rw-r--r--net/gftp/Makefile3
3 files changed, 6 insertions, 5 deletions
diff --git a/games/freeciv-share/Makefile.common b/games/freeciv-share/Makefile.common
index 6d1d5e6d233..c61af6c1d07 100644
--- a/games/freeciv-share/Makefile.common
+++ b/games/freeciv-share/Makefile.common
@@ -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 @@ MAINTAINER= pkgsrc-users@NetBSD.org
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 --git a/graphics/giram/Makefile b/graphics/giram/Makefile
index 324c571cf79..6e66cf628cc 100644
--- a/graphics/giram/Makefile
+++ b/graphics/giram/Makefile
@@ -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 @@ DEPENDS+= povray-[0-9]*:../../graphics/povray
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 --git a/net/gftp/Makefile b/net/gftp/Makefile
index 7426355169f..c9152afccf4 100644
--- a/net/gftp/Makefile
+++ b/net/gftp/Makefile
@@ -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 @@ PKGREVISION= 4
CONFLICTS= gftp-gtk1-[0-9]*
USE_DIRS+= gnome2-1.5
+USE_TOOLS+= pkg-config
.include "../../devel/glib2/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"