pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/ham/gnuradio-core-docs Needs pkg-config. XXX Explicitl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4f900080c472
branches:  trunk
changeset: 522376:4f900080c472
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Dec 08 11:02:44 2006 +0000

description:
Needs pkg-config. XXX Explicitly overrding USE_TOOLS is ugly.

diffstat:

 ham/gnuradio-core-docs/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r d74d7d86a06a -r 4f900080c472 ham/gnuradio-core-docs/Makefile
--- a/ham/gnuradio-core-docs/Makefile   Fri Dec 08 11:00:48 2006 +0000
+++ b/ham/gnuradio-core-docs/Makefile   Fri Dec 08 11:02:44 2006 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/11/13 17:08:51 wulf Exp $
+# $NetBSD: Makefile,v 1.2 2006/12/08 11:02:44 joerg Exp $
 
 PKGNAME=       gnuradio-core-docs-${VERSION}
 COMMENT=       GNU Radio core module documentation
 
 .include "../../meta-pkgs/gnuradio/Makefile.common"
 
-USE_TOOLS=     make
+USE_TOOLS=     make pkg-config
 CONFIGURE_ARGS+=--enable-doxygen
 
 do-build:



Home | Main Index | Thread Index | Old Index