diff options
author | db <db@FreeBSD.org> | 2008-07-18 03:21:50 +0800 |
---|---|---|
committer | db <db@FreeBSD.org> | 2008-07-18 03:21:50 +0800 |
commit | d8be8b221b7fd38fbd1113a5b3f2db56819da8c9 (patch) | |
tree | 458b9b73c6b557c2922a1d178d9c66f6785d056a /comms/gnuradio | |
parent | ac3ce5b92235b608778afcd597e1d4f93105fd9b (diff) | |
download | freebsd-ports-gnome-d8be8b221b7fd38fbd1113a5b3f2db56819da8c9.tar.gz freebsd-ports-gnome-d8be8b221b7fd38fbd1113a5b3f2db56819da8c9.tar.zst freebsd-ports-gnome-d8be8b221b7fd38fbd1113a5b3f2db56819da8c9.zip |
- Track pyephem change
Notified by: itetcu, pav
Diffstat (limited to 'comms/gnuradio')
-rw-r--r-- | comms/gnuradio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/gnuradio/Makefile b/comms/gnuradio/Makefile index 0b7aa9789cf1..4ddfae3a2f6d 100644 --- a/comms/gnuradio/Makefile +++ b/comms/gnuradio/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnuradio PORTVERSION= 3.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms astro hamradio MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= gnuradio @@ -26,7 +26,7 @@ LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 \ usb:${PORTSDIR}/devel/libusb \ boost_python:${PORTSDIR}/devel/boost-python RUN_DEPENDS= ${PYNUMERIC} \ - ${PYTHON_SITELIBDIR}/ephem.so:${PORTSDIR}/astro/pyephem + ${PYTHON_SITELIBDIR}/ephem/__init__.py:${PORTSDIR}/astro/pyephem USE_PYTHON= 2.4+ USE_WX= 2.6+ |