svn commit: r469731 - head/net-im/tox
Thierry Thomas
thierry at FreeBSD.org
Sat May 12 14:26:56 UTC 2018
Author: thierry
Date: Sat May 12 14:26:55 2018
New Revision: 469731
URL: https://svnweb.freebsd.org/changeset/ports/469731
Log:
Opencv is checked by configure, but actually it is only needed for
tests.
PR: 228178
Reported by: vvd (at) unislabs.com
Modified:
head/net-im/tox/Makefile
Modified: head/net-im/tox/Makefile
==============================================================================
--- head/net-im/tox/Makefile Sat May 12 14:00:22 2018 (r469730)
+++ head/net-im/tox/Makefile Sat May 12 14:26:55 2018 (r469731)
@@ -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.*
More information about the svn-ports-all
mailing list