summaryrefslogtreecommitdiff
path: root/ham/usrp
diff options
context:
space:
mode:
authorwiz <wiz>2012-03-09 12:33:57 +0000
committerwiz <wiz>2012-03-09 12:33:57 +0000
commit940bed5b546b68752130bab6869e1ffa74a94f9e (patch)
treedea21ca963956a5e80e494c1c2435cc9155c0a97 /ham/usrp
parent92219ae20bcee7f8bf39bdcc58620b0a6ae57348 (diff)
downloadpkgsrc-940bed5b546b68752130bab6869e1ffa74a94f9e.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"