diff options
author | thierry <thierry@FreeBSD.org> | 2017-01-12 05:13:55 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2017-01-12 05:13:55 +0800 |
commit | f473a723ca9087c3ee25dc0fa06bd381c958ee00 (patch) | |
tree | b0741b63ad8e581d0e811a6a265deeacb32f434b /net-im | |
parent | 4963a0ab5d2cc3d4fce3afe7d0e0698f4ed33120 (diff) | |
download | freebsd-ports-gnome-f473a723ca9087c3ee25dc0fa06bd381c958ee00.tar.gz freebsd-ports-gnome-f473a723ca9087c3ee25dc0fa06bd381c958ee00.tar.zst freebsd-ports-gnome-f473a723ca9087c3ee25dc0fa06bd381c958ee00.zip |
Typo: s/TARGET/DEPENDS/
Diffstat (limited to 'net-im')
-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 |