pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/ckmame pkg-config is used by configure. Add...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7fab1ceaf6f0
branches:  trunk
changeset: 496499:7fab1ceaf6f0
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Jun 30 19:47:21 2005 +0000

description:
pkg-config is used by configure.  Add build dependency on it.

diffstat:

 emulators/ckmame/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r f608c092d3df -r 7fab1ceaf6f0 emulators/ckmame/Makefile
--- a/emulators/ckmame/Makefile Thu Jun 30 18:31:24 2005 +0000
+++ b/emulators/ckmame/Makefile Thu Jun 30 19:47:21 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/06/24 08:23:17 dillo Exp $
+# $NetBSD: Makefile,v 1.2 2005/06/30 19:47:21 minskim Exp $
 #
 
 DISTNAME=              ckmame-0.6
@@ -14,6 +14,7 @@
 TEST_TARGET=           check
 
 .include "../../archivers/libzip/buildlink3.mk"
+.include "../../devel/pkgconfig/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../mk/db1.builtin.mk"



Home | Main Index | Thread Index | Old Index