diff options
author | thierry <thierry@FreeBSD.org> | 2017-01-21 06:01:20 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2017-01-21 06:01:20 +0800 |
commit | dd5d65a9eef43858a91bb047eaa9cab85277ef99 (patch) | |
tree | 127ab532f1c44537a81766e15e132adce3754358 /net-im/tox | |
parent | 0d1e49b188dc0ca814d13210de4d95e3211999a9 (diff) | |
download | freebsd-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/Makefile | 4 |
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 |