summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2017-01-11 21:13:55 +0000
committerThierry Thomas <thierry@FreeBSD.org>2017-01-11 21:13:55 +0000
commit8ba238016332f8a4b799268c1a2c70df149b09fb (patch)
treeb0741b63ad8e581d0e811a6a265deeacb32f434b
parentf95c485ae184e0af307cb1fc986da60238b1ba6c (diff)
downloadfreebsd-ports-8ba238016332f8a4b799268c1a2c70df149b09fb.zip
Typo: s/TARGET/DEPENDS/
-rw-r--r--net-im/tox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/tox/Makefile b/net-im/tox/Makefile
index 03e13e4956cd..604fc9d82cfe 100644
--- a/net-im/tox/Makefile
+++ b/net-im/tox/Makefile
@@ -17,7 +17,7 @@ LIB_DEPENDS= libvpx.so:multimedia/libvpx \
libsodium.so:security/libsodium \
libopencv_core.so:graphics/opencv2-core \
libopus.so:audio/opus
-TEST_TARGET= libmsgpackc.so:devel/msgpack \
+TEST_DEPENDS= libmsgpackc.so:devel/msgpack \
libportaudio.so:audio/portaudio
USE_GITHUB= yes