summaryrefslogtreecommitdiff
path: root/ham/usrp
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-03-09 12:33:57 +0000
committerwiz <wiz@pkgsrc.org>2012-03-09 12:33:57 +0000
commit7f6ca7040e6fd92a9b7ddf36795b5d084ed76e72 (patch)
treedea21ca963956a5e80e494c1c2435cc9155c0a97 /ham/usrp
parentfe72b789870356ae35ce019005f31a96cc04ddbd (diff)
downloadpkgsrc-7f6ca7040e6fd92a9b7ddf36795b5d084ed76e72.tar.gz
Bump PKGREVISION for python default version change to 2.7.
py-* not affected, since it built different versions depending on the setting already.
Diffstat (limited to 'ham/usrp')
-rw-r--r--ham/usrp/Makefile4
-rw-r--r--ham/usrp/buildlink3.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/ham/usrp/Makefile b/ham/usrp/Makefile
index 54ff04ba0b1..0128a82275f 100644
--- a/ham/usrp/Makefile
+++ b/ham/usrp/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2012/02/29 16:32:25 hans Exp $
+# $NetBSD: Makefile,v 1.18 2012/03/09 12:34:18 wiz Exp $
PKGNAME= usrp-${VERSION}
-PKGREVISION= 4
+PKGREVISION= 5
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 10f691e48fe..90010fec6c7 100644
--- a/ham/usrp/buildlink3.mk
+++ b/ham/usrp/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.17 2012/02/29 16:32:25 hans Exp $
+# $NetBSD: buildlink3.mk,v 1.18 2012/03/09 12:34:18 wiz 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.3.0nb4
+BUILDLINK_ABI_DEPENDS.usrp?= usrp>=3.3.0nb5
BUILDLINK_PKGSRCDIR.usrp?= ../../ham/usrp
.include "../../ham/gnuradio-core/buildlink3.mk"