Author: gdt Date: 2008-01-24 11:04:03 -0700 (Thu, 24 Jan 2008) New Revision: 7505
Modified: gnuradio/trunk/gnuradio-pkg_chk.conf Log: Note that this file is somewhat useful as a dependency reference even if you don't use pkgsrc. add lang/guile as a dependency Modified: gnuradio/trunk/gnuradio-pkg_chk.conf =================================================================== --- gnuradio/trunk/gnuradio-pkg_chk.conf 2008-01-24 16:29:09 UTC (rev 7504) +++ gnuradio/trunk/gnuradio-pkg_chk.conf 2008-01-24 18:04:03 UTC (rev 7505) @@ -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 [EMAIL PROTECTED] or [EMAIL PROTECTED] @@ -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/swig +lang/guile + ## audio audio/jack audio/portaudio-devel _______________________________________________ Commit-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/commit-gnuradio
