diff options
author | wiz <wiz@pkgsrc.org> | 2012-03-09 12:33:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-03-09 12:33:57 +0000 |
commit | 065ed09306571e151457c31df4d41488d5e286f5 (patch) | |
tree | dea21ca963956a5e80e494c1c2435cc9155c0a97 /ham/gnuradio-core | |
parent | 8da620008dc70e2814b6907e0999483bede9f4d6 (diff) | |
download | pkgsrc-065ed09306571e151457c31df4d41488d5e286f5.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/gnuradio-core')
-rw-r--r-- | ham/gnuradio-core/Makefile | 4 | ||||
-rw-r--r-- | ham/gnuradio-core/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ham/gnuradio-core/Makefile b/ham/gnuradio-core/Makefile index 4d2cff235d0..2f813f5d761 100644 --- a/ham/gnuradio-core/Makefile +++ b/ham/gnuradio-core/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.28 2012/02/29 16:32:24 hans Exp $ +# $NetBSD: Makefile,v 1.29 2012/03/09 12:34:13 wiz Exp $ PKGNAME= gnuradio-core-${VERSION} -PKGREVISION= 4 +PKGREVISION= 5 COMMENT= Runtime system and DSP blocks for GNU Radio PKG_DESTDIR_SUPPORT= user-destdir diff --git a/ham/gnuradio-core/buildlink3.mk b/ham/gnuradio-core/buildlink3.mk index 08415e11f43..cbe2030761b 100644 --- a/ham/gnuradio-core/buildlink3.mk +++ b/ham/gnuradio-core/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.18 2012/02/29 16:32:24 hans Exp $ +# $NetBSD: buildlink3.mk,v 1.19 2012/03/09 12:34:13 wiz Exp $ BUILDLINK_TREE+= gnuradio-core @@ -6,7 +6,7 @@ BUILDLINK_TREE+= gnuradio-core GNURADIO_CORE_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.gnuradio-core+= gnuradio-core>=3.0.4 -BUILDLINK_ABI_DEPENDS.gnuradio-core?= gnuradio-core>=3.3.0nb4 +BUILDLINK_ABI_DEPENDS.gnuradio-core?= gnuradio-core>=3.3.0nb5 BUILDLINK_PKGSRCDIR.gnuradio-core?= ../../ham/gnuradio-core BUILDLINK_CPPFLAGS.gnuradio-core+= -I${BUILDLINK_PREFIX.gnuradio-core}/include/gnuradio |