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 /graphics/cimg | |
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
Diffstat (limited to 'graphics/cimg')
-rw-r--r-- | graphics/cimg/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/cimg/Makefile b/graphics/cimg/Makefile index 9f9b9a1a1476..fe7a053323d4 100644 --- a/graphics/cimg/Makefile +++ b/graphics/cimg/Makefile @@ -4,6 +4,7 @@ PORTNAME= cimg DISTVERSIONPREFIX= v DISTVERSION= 1.7.7 +PORTREVISION= 1 PORTEPOCH= 3 CATEGORIES= graphics devel @@ -57,8 +58,8 @@ LIB_DEPENDS+= libcurl.so:ftp/curl \ libIlmImf.so:graphics/OpenEXR \ libgimp-2.0.so:graphics/gimp-app \ libfftw3.so:math/fftw3 \ - libopencv_legacy.so:graphics/opencv \ - libopencv_core.so:graphics/opencv-core \ + libopencv_legacy.so:graphics/opencv2 \ + libopencv_core.so:graphics/opencv2-core \ libGraphicsMagick.so:graphics/GraphicsMagick USES+= jpeg ALL_TARGET= Mlinux |