aboutsummaryrefslogtreecommitdiff
path: root/comms/gnuradio
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-01-24 19:27:27 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2015-01-24 19:27:27 +0000
commitbd63b368ac6c8b827af01c0fe47e53201f19a1a4 (patch)
tree878c43ec9c169df86ede874ebe773efc989d0f01 /comms/gnuradio
parent2a1526559cddb6423542853a283b9c87ca246492 (diff)
downloadports-bd63b368ac6c8b827af01c0fe47e53201f19a1a4.tar.gz
ports-bd63b368ac6c8b827af01c0fe47e53201f19a1a4.zip
Fix some _DEPENDS
Notes
Notes: svn path=/head/; revision=377815
Diffstat (limited to 'comms/gnuradio')
-rw-r--r--comms/gnuradio/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/gnuradio/Makefile b/comms/gnuradio/Makefile
index 30e45636ee32..b08bed15e92f 100644
--- a/comms/gnuradio/Makefile
+++ b/comms/gnuradio/Makefile
@@ -16,7 +16,7 @@ LICENSE= GPLv3
BUILD_DEPENDS= sdl-config:${PORTSDIR}/devel/sdl12 \
swig2.0:${PORTSDIR}/devel/swig20 \
cheetah:${PORTSDIR}/devel/py-cheetah \
- ${PYTHON_SITELIBDIR}/lxml:${PORTSDIR}/devel/py-lxml \
+ ${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 \
xdg-open:${PORTSDIR}/devel/xdg-utils \