diff options
author | markd <markd@pkgsrc.org> | 2010-08-22 20:44:31 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2010-08-22 20:44:31 +0000 |
commit | 71fc7f9794162a4c7e836a54fe13ef4e0edfc02d (patch) | |
tree | 93ed43e1c3c4752d15cad92acffaf60b7f243d96 /ham/gnuradio-core | |
parent | d1532bef6060a1a44f7adc0ebd8d5748d028da75 (diff) | |
download | pkgsrc-71fc7f9794162a4c7e836a54fe13ef4e0edfc02d.tar.gz |
Change dependency from py-Numeric to py-numpy as thats what the package
actually wants.
Diffstat (limited to 'ham/gnuradio-core')
-rw-r--r-- | ham/gnuradio-core/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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" |