diff options
author | Diane Bruce <db@FreeBSD.org> | 2010-12-08 22:58:14 +0000 |
---|---|---|
committer | Diane Bruce <db@FreeBSD.org> | 2010-12-08 22:58:14 +0000 |
commit | 2a11d91402fb5bc5a73ab770268cbaf92eb5ce60 (patch) | |
tree | 28a57d76290495d0d19bd67d44697b82e2edc7e3 /comms | |
parent | 892b1be978fd2ab7674fcbaa78e481ad91fe90c3 (diff) | |
download | ports-2a11d91402fb5bc5a73ab770268cbaf92eb5ce60.tar.gz ports-2a11d91402fb5bc5a73ab770268cbaf92eb5ce60.zip |
- Unbreak build
- Ensure only new version of sdcc is used
Notes
Notes:
svn path=/head/; revision=265880
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gnuradio/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/comms/gnuradio/Makefile b/comms/gnuradio/Makefile index bf480b23b2b5..9d450aaea1de 100644 --- a/comms/gnuradio/Makefile +++ b/comms/gnuradio/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnuradio PORTVERSION= 3.1.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= comms astro hamradio MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= gnuradio @@ -16,7 +16,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= db@FreeBSD.org COMMENT= Amateur Radio Software defined radio -BUILD_DEPENDS= sdcc:${PORTSDIR}/lang/sdcc \ +BUILD_DEPENDS= sdcc>=3.0.0:${PORTSDIR}/lang/sdcc \ sdl-config:${PORTSDIR}/devel/sdl12 \ swig:${PORTSDIR}/devel/swig13 \ cppunit-config:${PORTSDIR}/devel/cppunit \ @@ -27,8 +27,6 @@ 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 |