diff options
author | pav <pav@FreeBSD.org> | 2010-11-22 21:59:08 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-11-22 21:59:08 +0000 |
commit | a0065bbe3f6cc12ccee188f6cfc60a846ed915ad (patch) | |
tree | da8a7cd85e17fd80587da0d74b754e6246b39aa2 /comms | |
parent | e29c4ddbe2ef68fb3642630e3e3c4b5f8002ead7 (diff) | |
download | FreeBSD-ports-a0065bbe3f6cc12ccee188f6cfc60a846ed915ad.zip FreeBSD-ports-a0065bbe3f6cc12ccee188f6cfc60a846ed915ad.tar.gz |
- Mark BROKEN: does not configure
Reported by: pointyhat
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gnuradio/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/comms/gnuradio/Makefile b/comms/gnuradio/Makefile index 6266a0f..be7474c 100644 --- a/comms/gnuradio/Makefile +++ b/comms/gnuradio/Makefile @@ -27,6 +27,8 @@ LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 \ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_SITELIBDIR}/ephem/__init__.py:${PORTSDIR}/astro/pyephem +BROKEN= does not configure + USE_PYTHON= 2.4+ USE_WX= 2.6+ WX_COMPS= wx wx:build wx:run python:build python:run |