summaryrefslogtreecommitdiff
path: root/ham
diff options
context:
space:
mode:
authormarkd <markd>2010-08-22 20:44:31 +0000
committermarkd <markd>2010-08-22 20:44:31 +0000
commita798354298696de5b185a86c9eb70b70f55aedf2 (patch)
tree93ed43e1c3c4752d15cad92acffaf60b7f243d96 /ham
parent66dbbc5acf2fcd837026d83da36af5c7373924c6 (diff)
downloadpkgsrc-a798354298696de5b185a86c9eb70b70f55aedf2.tar.gz
Change dependency from py-Numeric to py-numpy as thats what the package
actually wants.
Diffstat (limited to 'ham')
-rw-r--r--ham/gnuradio-core/Makefile6
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"