summaryrefslogtreecommitdiff
path: root/ham
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-09-20 10:57:06 +0000
committerobache <obache@pkgsrc.org>2010-09-20 10:57:06 +0000
commit59c6167ead7368c0ff819904da871d30fae5be4d (patch)
tree51fdf4964ea6dffc9d4a7f30c38ddc555c0c454c /ham
parent8c7fee51e248947042cb56becfba2be3d118e1e6 (diff)
downloadpkgsrc-59c6167ead7368c0ff819904da871d30fae5be4d.tar.gz
No need to buildlink with py-ephem, switched to simple DEPENDS
Diffstat (limited to 'ham')
-rw-r--r--ham/gnuradio-radio-astronomy/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/ham/gnuradio-radio-astronomy/Makefile b/ham/gnuradio-radio-astronomy/Makefile
index d6ab9a1fb6d..c33afb481a4 100644
--- a/ham/gnuradio-radio-astronomy/Makefile
+++ b/ham/gnuradio-radio-astronomy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2010/09/15 09:38:44 markd Exp $
+# $NetBSD: Makefile,v 1.11 2010/09/20 10:57:06 obache Exp $
PKGNAME= gnuradio-radio-astronomy-${VERSION}
COMMENT= GNU Radio module for radio astronomy
@@ -10,7 +10,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
CONFIGURE_ARGS+=--enable-gr-radio-astronomy
CONFIGURE_ARGS+=--with-gnuradio-core --with-omnithread --with-gruel
-#DEPENDS+= ${PYPKGPREFIX}-ephem>=3.7b:../../math/py-ephem
+DEPENDS+= ${PYPKGPREFIX}-ephem>=3.7b:../../math/py-ephem
PYTHON_PATCH_SCRIPTS+= gr-radio-astronomy/src/python/local_calibrator.py
PYTHON_PATCH_SCRIPTS+= gr-radio-astronomy/src/python/qa_ra.py
@@ -20,7 +20,6 @@ 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 "../../math/py-ephem/buildlink3.mk"
.include "../../ham/gnuradio-wxgui/buildlink3.mk"
.include "../../ham/usrp/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"