pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/mono-addins Needs pkg-config for configure.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4e103f6fcd15
branches:  trunk
changeset: 539026:4e103f6fcd15
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Feb 24 21:13:45 2008 +0000

description:
Needs pkg-config for configure.

diffstat:

 devel/mono-addins/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 09265b0fe254 -r 4e103f6fcd15 devel/mono-addins/Makefile
--- a/devel/mono-addins/Makefile        Sun Feb 24 20:40:07 2008 +0000
+++ b/devel/mono-addins/Makefile        Sun Feb 24 21:13:45 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2008/02/19 13:43:19 xtraeme Exp $
+# $NetBSD: Makefile,v 1.4 2008/02/24 21:13:45 wiz Exp $
 
 DISTNAME=      mono-addins-0.3.1
 CATEGORIES=    devel
@@ -10,7 +10,7 @@
 COMMENT=       Framework for creating extensible applications
 
 GNU_CONFIGURE= yes
-USE_TOOLS+=    gmake
+USE_TOOLS+=    gmake pkg-config
 
 .include "../../lang/mono/buildlink3.mk"
 .include "../../x11/gtk2-sharp/buildlink3.mk"



Home | Main Index | Thread Index | Old Index