summaryrefslogtreecommitdiff
path: root/ham
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-01-20 12:54:53 +0000
committerwiz <wiz@pkgsrc.org>2014-01-20 12:54:53 +0000
commit9c3352078a78d2c3cccc04c5590914b132f9cef8 (patch)
tree7a136ba5321bd45f8c51b76c51af34f460df7a80 /ham
parent27b0764dbcbcff4aa4f03b848eb3ffea6ec2f2e9 (diff)
downloadpkgsrc-9c3352078a78d2c3cccc04c5590914b132f9cef8.tar.gz
Use versioned_dependencies.mk for ephem.
Diffstat (limited to 'ham')
-rw-r--r--ham/gnuradio-radio-astronomy/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/ham/gnuradio-radio-astronomy/Makefile b/ham/gnuradio-radio-astronomy/Makefile
index d78dbb99e85..18ddda569ff 100644
--- a/ham/gnuradio-radio-astronomy/Makefile
+++ b/ham/gnuradio-radio-astronomy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2013/11/20 20:04:38 adam Exp $
+# $NetBSD: Makefile,v 1.38 2014/01/20 12:54:53 wiz Exp $
PKGNAME= gnuradio-radio-astronomy-${VERSION}
PKGREVISION= 25
@@ -9,7 +9,7 @@ COMMENT= GNU Radio module for radio astronomy
CONFIGURE_ARGS+=--enable-gr-radio-astronomy
CONFIGURE_ARGS+=--with-gnuradio-core --with-omnithread --with-gruel
-DEPENDS+= ${PYPKGPREFIX}-ephem>=3.7b:../../math/py-ephem
+PYTHON_VERSIONED_DEPENDENCIES= ephem
PYTHON_PATCH_SCRIPTS+= gr-radio-astronomy/src/python/local_calibrator.py
PYTHON_PATCH_SCRIPTS+= gr-radio-astronomy/src/python/qa_ra.py
@@ -19,6 +19,7 @@ PYTHON_PATCH_SCRIPTS+= gr-radio-astronomy/src/python/usrp_psr_receiver.py
PYTHON_PATCH_SCRIPTS+= gr-radio-astronomy/src/python/usrp_ra_receiver.py
.include "../../mk/oss.buildlink3.mk"
+.include "../../lang/python/versioned_dependencies.mk"
.include "../../ham/gnuradio-wxgui/buildlink3.mk"
.include "../../ham/usrp/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"