diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2017-01-11 21:13:55 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2017-01-11 21:13:55 +0000 |
commit | 8ba238016332f8a4b799268c1a2c70df149b09fb (patch) | |
tree | b0741b63ad8e581d0e811a6a265deeacb32f434b | |
parent | f95c485ae184e0af307cb1fc986da60238b1ba6c (diff) | |
download | freebsd-ports-8ba238016332f8a4b799268c1a2c70df149b09fb.zip |
Typo: s/TARGET/DEPENDS/
-rw-r--r-- | net-im/tox/Makefile | 2 |
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 |