svn commit: r377842 - head/comms/gnuradio
Antoine Brodin
antoine at FreeBSD.org
Sun Jan 25 00:06:23 UTC 2015
Author: antoine
Date: Sun Jan 25 00:06:22 2015
New Revision: 377842
URL: https://svnweb.freebsd.org/changeset/ports/377842
QAT: https://qat.redports.org/buildarchive/r377842/
Log:
Fix DEPENDS
Modified:
head/comms/gnuradio/Makefile
Modified: head/comms/gnuradio/Makefile
==============================================================================
--- head/comms/gnuradio/Makefile Sat Jan 24 23:56:40 2015 (r377841)
+++ head/comms/gnuradio/Makefile Sun Jan 25 00:06:22 2015 (r377842)
@@ -17,22 +17,20 @@ BUILD_DEPENDS= sdl-config:${PORTSDIR}/de
swig2.0:${PORTSDIR}/devel/swig20 \
cheetah:${PORTSDIR}/devel/py-cheetah \
${PYTHON_PKGNAMEPREFIX}lxml>0:${PORTSDIR}/devel/py-lxml \
- ${PYTHON_SITELIBDIR}/pygtk.py:${PORTSDIR}/x11-toolkits/py-gtk2 \
- ${PYTHON_SITELIBDIR}/PyQt4/Qt.py:${PORTSDIR}/devel/py-qt4 \
+ ${PYTHON_PKGNAMEPREFIX}qt4>0:${PORTSDIR}/devel/py-qt4 \
xdg-open:${PORTSDIR}/devel/xdg-utils \
guile:${PORTSDIR}/lang/guile \
icebox:${PORTSDIR}/devel/ice \
aconnect:${PORTSDIR}/audio/alsa-utils \
git:${PORTSDIR}/devel/git \
${PYNUMPY} \
- ${PYTHON_SITELIBDIR}/ephem/__init__.py:${PORTSDIR}/astro/pyephem\
- ${PYTHON_SITELIBDIR}/PyQt4/Qt.py:${PORTSDIR}/devel/py-qt4
+ ${PYTHON_SITELIBDIR}/ephem/__init__.py:${PORTSDIR}/astro/pyephem
LIB_DEPENDS= libcppunit.so:${PORTSDIR}/devel/cppunit \
libfftw3.so:${PORTSDIR}/math/fftw3 \
libfftw3f.so:${PORTSDIR}/math/fftw3-float \
libqwt.so:${PORTSDIR}/x11-toolkits/qwt5 \
libboost_python.so:${PORTSDIR}/devel/boost-python-libs \
- libportaudio.so:${PORTSDIR}/audio/portaudio2 \
+ libportaudio.so.2:${PORTSDIR}/audio/portaudio2 \
libjack.so:${PORTSDIR}/audio/jack \
libasound.so:${PORTSDIR}/audio/alsa-lib \
libgsl.so:${PORTSDIR}/math/gsl
@@ -47,6 +45,7 @@ CMAKE_ARGS+= -DICONV_PREFIX:STRING="${IC
# for detailed debugging uncomment the next line
#CMAKE_ARGS+= --debug-output --trace
DOCSDIR= share/doc/${PORTNAME}-${PORTVERSION}
+USE_GNOME= pygtk2
USE_WX= 3.0+
USE_QT4= gui xml qmake moc rcc uic
WX_COMPS= wx wx:build wx:run python:build python:run
More information about the svn-ports-head
mailing list