From 2a11d91402fb5bc5a73ab770268cbaf92eb5ce60 Mon Sep 17 00:00:00 2001 From: Diane Bruce Date: Wed, 8 Dec 2010 22:58:14 +0000 Subject: [PATCH] - Unbreak build - Ensure only new version of sdcc is used --- comms/gnuradio/Makefile | 6 ++---- 1 file 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