aboutsummaryrefslogtreecommitdiffstats
path: root/comms/gnuradio
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2015-01-25 03:27:27 +0800
committerantoine <antoine@FreeBSD.org>2015-01-25 03:27:27 +0800
commit8adc2e3d29caea6a5b7a4e1d20392df0c59e3996 (patch)
tree878c43ec9c169df86ede874ebe773efc989d0f01 /comms/gnuradio
parentb3bf612f5d1af0bb5c9a69f87df28e8b6bbb7c9f (diff)
downloadfreebsd-ports-gnome-8adc2e3d29caea6a5b7a4e1d20392df0c59e3996.tar.gz
freebsd-ports-gnome-8adc2e3d29caea6a5b7a4e1d20392df0c59e3996.tar.zst
freebsd-ports-gnome-8adc2e3d29caea6a5b7a4e1d20392df0c59e3996.zip
Fix some _DEPENDS
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 \