From df4979365e72f36f048e30a0b388e777c7c9a7a9 Mon Sep 17 00:00:00 2001 From: gdt Date: Thu, 24 Jan 2008 18:04:03 +0000 Subject: Note that this file is somewhat useful as a dependency reference even if you don't use pkgsrc. add lang/guile as a dependency git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7505 221aa14e-8319-0410-a670-987f0aec2ac5 --- gnuradio-pkg_chk.conf | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'gnuradio-pkg_chk.conf') diff --git a/gnuradio-pkg_chk.conf b/gnuradio-pkg_chk.conf index b78002157..7f81101f4 100644 --- a/gnuradio-pkg_chk.conf +++ b/gnuradio-pkg_chk.conf @@ -1,4 +1,4 @@ -# Copyright 2007 Free Software Foundation +# Copyright 2007, 2008 Free Software Foundation # pkg_chk -a -k -C gnuradio-pkg_chk.conf # pkg_chk -a -k -C gnuradio-pkg_chk.conf -D doc @@ -17,6 +17,9 @@ # To build against pkgsrc, run configure as # LDFLAGS="-L/usr/pkg/lib -R/usr/pkg/lib" CPPFLAGS="-I/usr/pkg/include" ./configure +# This file is intended to be useful even to those not using pkgsrc by +# crisply listing the dependencies required for GNU Radio. + # This file may be incorrect; please feel free to correct or mail # comments to gdt@ir.bbn.com or discuss-gnuradio@gnu.org. @@ -24,9 +27,9 @@ devel/autoconf devel/automake +devel/libtool-base # gmake isn't actually required, but it's helpful to have to separate # real build failures from unportable makefiles. -devel/libtool-base devel/gmake devel/pkg-config @@ -50,6 +53,8 @@ devel/cppunit devel/swig +lang/guile + ## audio audio/jack audio/portaudio-devel -- cgit