aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/tox
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2017-01-21 06:01:20 +0800
committerthierry <thierry@FreeBSD.org>2017-01-21 06:01:20 +0800
commitdd5d65a9eef43858a91bb047eaa9cab85277ef99 (patch)
tree127ab532f1c44537a81766e15e132adce3754358 /net-im/tox
parent0d1e49b188dc0ca814d13210de4d95e3211999a9 (diff)
downloadfreebsd-ports-gnome-dd5d65a9eef43858a91bb047eaa9cab85277ef99.tar.gz
freebsd-ports-gnome-dd5d65a9eef43858a91bb047eaa9cab85277ef99.tar.zst
freebsd-ports-gnome-dd5d65a9eef43858a91bb047eaa9cab85277ef99.zip
Fix TEST_DEPENDS.
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