pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/ham/gnuradio-radio-astronomy Use versioned_dependencie...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6f03b5109e32
branches:  trunk
changeset: 629384:6f03b5109e32
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 20 12:54:53 2014 +0000

description:
Use versioned_dependencies.mk for ephem.

diffstat:

 ham/gnuradio-radio-astronomy/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 0d0851143311 -r 6f03b5109e32 ham/gnuradio-radio-astronomy/Makefile
--- a/ham/gnuradio-radio-astronomy/Makefile     Mon Jan 20 12:51:38 2014 +0000
+++ b/ham/gnuradio-radio-astronomy/Makefile     Mon Jan 20 12:54:53 2014 +0000
@@ -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 @@
 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_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"



Home | Main Index | Thread Index | Old Index