aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2016-10-04 01:47:08 +0800
committerjbeich <jbeich@FreeBSD.org>2016-10-04 01:47:08 +0800
commit4c2b0b14c897b5e35776644c1a3a2bfd9e287b3d (patch)
tree9a595c7cf960f87901403bde2fb7e4175befb3a5 /net-im
parentf6f4b8bf10ba40bef3b78f35fc9dcf20eac55047 (diff)
downloadfreebsd-ports-gnome-4c2b0b14c897b5e35776644c1a3a2bfd9e287b3d.tar.gz
freebsd-ports-gnome-4c2b0b14c897b5e35776644c1a3a2bfd9e287b3d.tar.zst
freebsd-ports-gnome-4c2b0b14c897b5e35776644c1a3a2bfd9e287b3d.zip
graphics/opencv: add suffix to make room for 3.x series
To avoid confusion, the main port is to track the latest release. Whether to rename includes/libraries as well making it possible to install 2.x and 3.x side-by-side remains to be investigated. PR: 210505 (for tracking) Inspired by: PkgSrc
Diffstat (limited to 'net-im')
-rw-r--r--net-im/qTox/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-im/qTox/Makefile b/net-im/qTox/Makefile
index 077c0b3d1f5b..050c44e37ccb 100644
--- a/net-im/qTox/Makefile
+++ b/net-im/qTox/Makefile
@@ -3,7 +3,7 @@
PORTNAME= qTox
PORTVERSION= 1.5.1
-PORTREVISION= 1
+PORTREVISION= 2
DISTVERSIONPREFIX= v
CATEGORIES= net-im net-p2p
@@ -14,8 +14,8 @@ LICENSE= GPLv3
BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat
LIB_DEPENDS= libtoxcore.so:net-im/tox \
- libopencv_highgui.so:graphics/opencv \
- libopencv_core.so:graphics/opencv-core \
+ libopencv_highgui.so:graphics/opencv2 \
+ libopencv_core.so:graphics/opencv2-core \
libavcodec.so:multimedia/ffmpeg \
libvpx.so:multimedia/libvpx \
libfilteraudio.so:audio/libfilteraudio \