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
commit46e087db265f4283e10a4698aacdc195d9a9c4c2 (patch)
tree7a136ba5321bd45f8c51b76c51af34f460df7a80 /ham
parent886c02b9cb775e71c764386262ec0f9725d09bd6 (diff)
downloadpkgsrc-46e087db265f4283e10a4698aacdc195d9a9c4c2.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"