aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authorkoobs <koobs@FreeBSD.org>2015-06-27 09:48:50 +0800
committerkoobs <koobs@FreeBSD.org>2015-06-27 09:48:50 +0800
commit5a549adb52aa037bd080364c5bef365f8d9a1b40 (patch)
tree12469798ac2b5f16db1cadde17b13a390a088b29 /deskutils
parentaeb2e50afe0c7bda8abce0227daefe140eca8dab (diff)
downloadfreebsd-ports-gnome-5a549adb52aa037bd080364c5bef365f8d9a1b40.tar.gz
freebsd-ports-gnome-5a549adb52aa037bd080364c5bef365f8d9a1b40.tar.zst
freebsd-ports-gnome-5a549adb52aa037bd080364c5bef365f8d9a1b40.zip
deskutils/py-bugwarrior: Fix unittest2 TEST_DEPENDS
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/py-bugwarrior/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/py-bugwarrior/Makefile b/deskutils/py-bugwarrior/Makefile
index c4d8b7273292..80292ceecdc9 100644
--- a/deskutils/py-bugwarrior/Makefile
+++ b/deskutils/py-bugwarrior/Makefile
@@ -29,7 +29,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twiggy>0:${PORTSDIR}/devel/py-twiggy \
${PYTHON_PKGNAMEPREFIX}click>0:${PORTSDIR}/devel/py-click \
${PYTHON_PKGNAMEPREFIX}xdg>0:${PORTSDIR}/devel/py-xdg
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:${PORTSDIR}/devel/py-mock \
- ${PYTHON_PKGNAMEPREFIX}unittest2>0:${PORTSDIR}/devel/py-mock \
+ ${PYTHON_PKGNAMEPREFIX}unittest2>0:${PORTSDIR}/devel/py-unittest2 \
${PYTHON_PKGNAMEPREFIX}nose>0:${PORTSDIR}/devel/py-nose
USES= python:2