- Unbreak build
- Ensure only new version of sdcc is used
This commit is contained in:
parent
892b1be978
commit
2a11d91402
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=265880
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue