From a798354298696de5b185a86c9eb70b70f55aedf2 Mon Sep 17 00:00:00 2001 From: markd Date: Sun, 22 Aug 2010 20:44:31 +0000 Subject: Change dependency from py-Numeric to py-numpy as thats what the package actually wants. --- ham/gnuradio-core/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ham') diff --git a/ham/gnuradio-core/Makefile b/ham/gnuradio-core/Makefile index 2d2321775fe..5a127a97a01 100644 --- a/ham/gnuradio-core/Makefile +++ b/ham/gnuradio-core/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2010/05/15 07:28:08 adam Exp $ +# $NetBSD: Makefile,v 1.23 2010/08/22 20:44:31 markd Exp $ PKGNAME= gnuradio-core-${VERSION} -PKGREVISION= 3 +PKGREVISION= 4 COMMENT= Runtime system and DSP blocks for GNU Radio PKG_DESTDIR_SUPPORT= user-destdir @@ -75,7 +75,7 @@ PYTHON_PATCH_SCRIPTS+= gnuradio-core/src/tests/test_buffers.py .include "../../devel/cppunit/buildlink3.mk" .include "../../math/fftwf/buildlink3.mk" .include "../../math/gsl/buildlink3.mk" -.include "../../math/py-Numeric/buildlink3.mk" +.include "../../math/py-numpy/buildlink3.mk" .include "../../lang/python/extension.mk" .include "../../lang/python/application.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3