diff options
author | gdt | 2008-01-24 18:04:03 +0000 |
---|---|---|
committer | gdt | 2008-01-24 18:04:03 +0000 |
commit | df4979365e72f36f048e30a0b388e777c7c9a7a9 (patch) | |
tree | 7f4c27df6d3d304420cbf7d3477d026b36f66c00 /gnuradio-pkg_chk.conf | |
parent | cda71d951ef0cb2126719fed029d459b23a02fe9 (diff) | |
download | gnuradio-df4979365e72f36f048e30a0b388e777c7c9a7a9.tar.gz gnuradio-df4979365e72f36f048e30a0b388e777c7c9a7a9.tar.bz2 gnuradio-df4979365e72f36f048e30a0b388e777c7c9a7a9.zip |
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
Diffstat (limited to 'gnuradio-pkg_chk.conf')
-rw-r--r-- | gnuradio-pkg_chk.conf | 9 |
1 files changed, 7 insertions, 2 deletions
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 |