diff options
author | wiz <wiz> | 2014-01-20 12:54:53 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-01-20 12:54:53 +0000 |
commit | 447436c076e0941240310ad19cd969d71c77a5f7 (patch) | |
tree | 7a136ba5321bd45f8c51b76c51af34f460df7a80 /ham | |
parent | 2e2e6116d1b2877d0918dd1c6a83e2a883409953 (diff) | |
download | pkgsrc-447436c076e0941240310ad19cd969d71c77a5f7.tar.gz |
Use versioned_dependencies.mk for ephem.
Diffstat (limited to 'ham')
-rw-r--r-- | ham/gnuradio-radio-astronomy/Makefile | 5 |
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" |