diff options
author | joerg <joerg> | 2013-12-08 22:32:15 +0000 |
---|---|---|
committer | joerg <joerg> | 2013-12-08 22:32:15 +0000 |
commit | 64666a124e13c2a39fdb16dad6bb59e36ba18c69 (patch) | |
tree | b6d8311c3612c19bbe5edb479e6872900e50f6f6 /ham | |
parent | 1cd20f14736e14be6783e35cdd3a991d33a6a9bb (diff) | |
download | pkgsrc-64666a124e13c2a39fdb16dad6bb59e36ba18c69.tar.gz |
Needs version 2 of sdcc.
Diffstat (limited to 'ham')
-rw-r--r-- | ham/usrp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ham/usrp/Makefile b/ham/usrp/Makefile index c680d06eb37..c5ea7adf808 100644 --- a/ham/usrp/Makefile +++ b/ham/usrp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2013/11/20 20:04:35 adam Exp $ +# $NetBSD: Makefile,v 1.25 2013/12/08 22:32:15 joerg Exp $ PKGNAME= usrp-${VERSION} PKGREVISION= 10 @@ -9,7 +9,7 @@ COMMENT= Non GNU Radio specific part of the USRP code base CONFIGURE_ARGS+= --enable-usrp CONFIGURE_ARGS+=--with-gnuradio-core --with-omnithread --with-gruel -BUILD_DEPENDS+= sdcc>=2.4.0:../../devel/sdcc +BUILD_DEPENDS+= sdcc>=2.4.0<3:../../devel/sdcc PYTHON_PATCH_SCRIPTS+= usrp/firmware/include/generate_regs.py PYTHON_PATCH_SCRIPTS+= usrp/firmware/src/common/edit-gpif |