aboutsummaryrefslogtreecommitdiff
path: root/net-im/tox
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2018-05-12 14:26:55 +0000
committerThierry Thomas <thierry@FreeBSD.org>2018-05-12 14:26:55 +0000
commitc630dd3a7a297693e455edcd53db7b1622912d16 (patch)
treeb2c7304b7416342955881f7ada33a46b04fb2765 /net-im/tox
parent8eabb4571f5a7c53b261872227a0d7ca29cbcd10 (diff)
downloadports-c630dd3a7a297693e455edcd53db7b1622912d16.tar.gz
ports-c630dd3a7a297693e455edcd53db7b1622912d16.zip
Opencv is checked by configure, but actually it is only needed for
tests. PR: 228178 Reported by: vvd (at) unislabs.com
Notes
Notes: svn path=/head/; revision=469731
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 b8ae9a411855..403eeec28601 100644
--- a/net-im/tox/Makefile
+++ b/net-im/tox/Makefile
@@ -3,8 +3,8 @@
PORTNAME= toxcore
PORTVERSION= 0.2.2
-PORTREVISION= 1
DISTVERSIONPREFIX= v
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= net-im net-p2p
@@ -19,9 +19,9 @@ LIB_DEPENDS= libvpx.so:multimedia/libvpx \
libsndfile.so:audio/libsndfile \
libportaudio.so:audio/portaudio \
libsodium.so:security/libsodium \
- libopencv_core.so:graphics/opencv-core \
libopus.so:audio/opus \
libconfig.so:devel/libconfig
+TEST_DEPENDS= libopencv_core.so:graphics/opencv-core
CONFLICTS= toxcore-legacy-0.1.*