diff options
author | obache <obache@pkgsrc.org> | 2011-10-19 06:12:58 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-10-19 06:12:58 +0000 |
commit | 3529d180077816946cf6570dae371c3434cf1149 (patch) | |
tree | b76fd3dc2bfdee63c0ec0118586e5ad4df98883a /ham/usrp | |
parent | 581a53efc5329d741400c5ac31cfd9ed6321ecbc (diff) | |
download | pkgsrc-3529d180077816946cf6570dae371c3434cf1149.tar.gz |
Recursive Bump from boost-libs ABI bump.
Diffstat (limited to 'ham/usrp')
-rw-r--r-- | ham/usrp/Makefile | 3 | ||||
-rw-r--r-- | ham/usrp/buildlink3.mk | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/ham/usrp/Makefile b/ham/usrp/Makefile index 6908ba82fa6..0a8b03a2df5 100644 --- a/ham/usrp/Makefile +++ b/ham/usrp/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2010/09/15 09:38:43 markd Exp $ +# $NetBSD: Makefile,v 1.15 2011/10/19 06:13:02 obache Exp $ PKGNAME= usrp-${VERSION} +PKGREVISION= 1 COMMENT= Non GNU Radio specific part of the USRP code base PKG_DESTDIR_SUPPORT= user-destdir diff --git a/ham/usrp/buildlink3.mk b/ham/usrp/buildlink3.mk index 0e856ead5d3..b68d079ef27 100644 --- a/ham/usrp/buildlink3.mk +++ b/ham/usrp/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.14 2010/03/24 21:54:16 asau Exp $ +# $NetBSD: buildlink3.mk,v 1.15 2011/10/19 06:13:02 obache Exp $ BUILDLINK_TREE+= usrp @@ -6,7 +6,7 @@ BUILDLINK_TREE+= usrp USRP_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.usrp+= usrp>=3.0.4 -BUILDLINK_ABI_DEPENDS.usrp?= usrp>=3.2nb2 +BUILDLINK_ABI_DEPENDS.usrp?= usrp>=3.3.0nb1 BUILDLINK_PKGSRCDIR.usrp?= ../../ham/usrp .include "../../ham/gnuradio-core/buildlink3.mk" |