diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-10-03 17:47:08 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-10-03 17:47:08 +0000 |
commit | ba3ffd9b120f634f530959fca3707d2937d3e5e5 (patch) | |
tree | 9a595c7cf960f87901403bde2fb7e4175befb3a5 /net-p2p/retroshare | |
parent | graphics/opencv: update to 2.4.13.1 (diff) |
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
Notes
Notes:
svn path=/head/; revision=423216
Diffstat (limited to 'net-p2p/retroshare')
-rw-r--r-- | net-p2p/retroshare/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/retroshare/Makefile b/net-p2p/retroshare/Makefile index 9923d2d0114b..c82776631c1f 100644 --- a/net-p2p/retroshare/Makefile +++ b/net-p2p/retroshare/Makefile @@ -4,7 +4,7 @@ PORTNAME= retroshare PORTVERSION= 0.6.0e DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p MAINTAINER= peter@netkey.at @@ -18,8 +18,8 @@ LIB_DEPENDS= libsqlcipher.so:databases/sqlcipher \ libupnp.so:devel/upnp \ libgnome-keyring.so:security/libgnome-keyring \ libgpgme.so:security/gpgme \ - libopencv_highgui.so:graphics/opencv \ - libopencv_imgproc.so:graphics/opencv-core \ + libopencv_highgui.so:graphics/opencv2 \ + libopencv_imgproc.so:graphics/opencv2-core \ libavcodec.so:multimedia/ffmpeg \ libcurl.so:ftp/curl \ libmicrohttpd.so:www/libmicrohttpd |