Date: Sat, 12 May 2018 14:26:55 +0000 (UTC) From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469731 - head/net-im/tox Message-ID: <201805121426.w4CEQtQq095731@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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.*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805121426.w4CEQtQq095731>