pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/freeciv-client Needs pkg-config to build.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/37902ef1a964
branches:  trunk
changeset: 514276:37902ef1a964
user:      salo <salo%pkgsrc.org@localhost>
date:      Fri Jun 09 20:49:09 2006 +0000

description:
Needs pkg-config to build.

diffstat:

 games/freeciv-client/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 42f4441ae929 -r 37902ef1a964 games/freeciv-client/Makefile
--- a/games/freeciv-client/Makefile     Fri Jun 09 20:37:53 2006 +0000
+++ b/games/freeciv-client/Makefile     Fri Jun 09 20:49:09 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2006/04/17 13:46:28 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2006/06/09 20:49:09 salo Exp $
 
 PKGNAME=       ${DISTNAME:S/-/-client-/}
 PKGREVISION=   1
@@ -9,6 +9,8 @@
 
 CONFLICTS=     freeciv-client-gtk<=1.11.4
 
+USE_TOOLS+=    pkg-config
+
 CONFIGURE_ARGS+=       --disable-make-data
 CONFIGURE_ARGS+=       --disable-server
 



Home | Main Index | Thread Index | Old Index