diff options
author | obache <obache@pkgsrc.org> | 2010-09-20 10:57:06 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-09-20 10:57:06 +0000 |
commit | c3ae676927f60605becd3c9d2fe3fbcefc02534f (patch) | |
tree | 51fdf4964ea6dffc9d4a7f30c38ddc555c0c454c /ham | |
parent | 697c788c148b1a93a1a5d2b2be9187b1720d6952 (diff) | |
download | pkgsrc-c3ae676927f60605becd3c9d2fe3fbcefc02534f.tar.gz |
No need to buildlink with py-ephem, switched to simple DEPENDS
Diffstat (limited to 'ham')
-rw-r--r-- | ham/gnuradio-radio-astronomy/Makefile | 5 |
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" |