aboutsummaryrefslogtreecommitdiff
path: root/net-im/tox
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2017-01-20 22:01:20 +0000
committerThierry Thomas <thierry@FreeBSD.org>2017-01-20 22:01:20 +0000
commit24b365e1beb9389e3856d77c232bd50eae86cc30 (patch)
tree127ab532f1c44537a81766e15e132adce3754358 /net-im/tox
parentdc4848b83baed97b6a3678317bc8abe79ff881e1 (diff)
downloadports-24b365e1beb9389e3856d77c232bd50eae86cc30.tar.gz
ports-24b365e1beb9389e3856d77c232bd50eae86cc30.zip
Fix TEST_DEPENDS.
Notes
Notes: svn path=/head/; revision=432001
Diffstat (limited to 'net-im/tox')
-rw-r--r--net-im/tox/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/tox/Makefile b/net-im/tox/Makefile
index d76e6ebd0e48..86a7d80dfff8 100644
--- a/net-im/tox/Makefile
+++ b/net-im/tox/Makefile
@@ -17,8 +17,8 @@ LIB_DEPENDS= libvpx.so:multimedia/libvpx \
libsodium.so:security/libsodium \
libopencv_core.so:graphics/opencv2-core \
libopus.so:audio/opus
-TEST_DEPENDS= libmsgpackc.so:devel/msgpack \
- libportaudio.so:audio/portaudio
+TEST_DEPENDS= ${LOCALBASE}/lib/libmsgpackc.so:devel/msgpack \
+ ${LOCALBASE}/lib/libportaudio.so:audio/portaudio
USE_GITHUB= yes
GH_ACCOUNT= TokTok