pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/freeciv-client-gtk2 configure uses pkg-config; a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6b00ded28566
branches:  trunk
changeset: 475256:6b00ded28566
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu May 13 04:18:39 2004 +0000

description:
configure uses pkg-config; add build dependency on devel/pkgconfig.

diffstat:

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

diffs (17 lines):

diff -r 9bc9b6829fca -r 6b00ded28566 games/freeciv-client-gtk2/Makefile
--- a/games/freeciv-client-gtk2/Makefile        Thu May 13 04:13:27 2004 +0000
+++ b/games/freeciv-client-gtk2/Makefile        Thu May 13 04:18:39 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/04/22 03:54:17 snj Exp $
+# $NetBSD: Makefile,v 1.3 2004/05/13 04:18:39 minskim Exp $
 
 PKGNAME=       ${DISTNAME:S/-/-client-gtk2-/}
 COMMENT=       Freeciv client with GTK+ interface
@@ -19,6 +19,7 @@
                ${MAKE_PROGRAM} ${MAKE_FLAGS} ${INSTALL_TARGET}
 
 .include "../../audio/esound/buildlink3.mk"
+.include "../../devel/pkgconfig/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../graphics/imlib/buildlink3.mk"
 .include "../../x11/gtk2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index