summaryrefslogtreecommitdiff
path: root/ham/usrp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ham/usrp/Makefile')
-rw-r--r--ham/usrp/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/ham/usrp/Makefile b/ham/usrp/Makefile
index 89a775ba1a1..29e58da4e5b 100644
--- a/ham/usrp/Makefile
+++ b/ham/usrp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2008/07/14 12:56:06 joerg Exp $
+# $NetBSD: Makefile,v 1.11 2009/08/12 12:21:41 markd Exp $
PKGNAME= usrp-${VERSION}
COMMENT= Non GNU Radio specific part of the USRP code base
@@ -8,6 +8,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
.include "../../meta-pkgs/gnuradio/Makefile.common"
CONFIGURE_ARGS+= --enable-usrp
+CONFIGURE_ARGS+=--with-gnuradio-core --with-omnithread --with-gruel
BUILD_DEPENDS+= sdcc>=2.4.0:../../devel/sdcc
@@ -26,4 +27,5 @@ PYTHON_PATCH_SCRIPTS+= usrp/host/lib/usrp_dbid.py
.include "../../ham/gnuradio-core/buildlink3.mk"
.include "../../devel/libusb/buildlink3.mk"
+.include "../../lang/guile/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"