pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Needs pkg-config.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fd32942d4197
branches:  trunk
changeset: 514411:fd32942d4197
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Jun 11 14:52:23 2006 +0000

description:
Needs pkg-config.

diffstat:

 cad/pcb/Makefile  |  4 ++--
 x11/xpad/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r fa793dc3eb3c -r fd32942d4197 cad/pcb/Makefile
--- a/cad/pcb/Makefile  Sun Jun 11 14:51:11 2006 +0000
+++ b/cad/pcb/Makefile  Sun Jun 11 14:52:23 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2006/04/25 00:51:11 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.36 2006/06/11 14:55:31 joerg Exp $
 #
 
 DISTNAME=      pcb-${SNAPDATE}
@@ -16,7 +16,7 @@
 SNAPDATE=              20060422
 GNU_CONFIGURE=         yes
 CONFIGURE_ENV+=                WISH=${TOOLS_PATH.wish}
-USE_TOOLS+=            bison gm4:run gmake lex wish:run
+USE_TOOLS+=            bison gm4:run gmake lex wish:run pkg-config
 INFO_FILES=            # PLIST
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.pcb
diff -r fa793dc3eb3c -r fd32942d4197 x11/xpad/Makefile
--- a/x11/xpad/Makefile Sun Jun 11 14:51:11 2006 +0000
+++ b/x11/xpad/Makefile Sun Jun 11 14:52:23 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2006/04/17 13:47:01 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2006/06/11 14:52:23 joerg Exp $
 #
 
 DISTNAME=      xpad-1.12
@@ -13,7 +13,7 @@
 
 GNU_CONFIGURE=         yes
 USE_DIRS+=             xdg-1.1
-USE_TOOLS+=            gmake msgfmt
+USE_TOOLS+=            gmake msgfmt pkg-config
 USE_PKGLOCALEDIR=      yes
 
 LIBS.SunOS+=           -lX11



Home | Main Index | Thread Index | Old Index